#48135F

Color #48135F Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #48135F

Tints of Scarlet Gum #48135F

Color information

#48135F (or 0x48135F) is unknown color: approx Scarlet Gum. HEX triplet: 48, 13 and 5F. RGB value is (72,19,95). Sum of RGB (Red+Green+Blue) = 72+19+95=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 95 (37.5% from 255 or 51.08% from 186); Max value from RGB is 95 - color contains mainly: blue. Hex color #48135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48135F is #B7ECA0. Grayscale: #2B2B2B. Windows color (decimal): -12053665 or 6230856. OLE color: 6230856.

HSL color Cylindrical-coordinate representation of color #48135F: hue angle of 281.84º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48135F is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB721995-
CMYK0.240.8000.63
HSL281.84º66.67%22.35%-
HSV(B)281.84º80%37.25%-
XYZ4.972.6711.08-
YUV43.51157.06148.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 95 (37.5% from 255) = 51.08%
R=38.71%
G=10.22%
B=51.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7219950.240.8000.63281.8466.6722.35
Hex48135F185003F11a4316
Octal110231373012007743210326
Binary10010001001110111111100010100000111111100011010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48135F; }

 p { color: rgb(72,19,95); }

 H1.HeaderClassName
 {
   color: #48135F;
 }
 .AnyTagClassName
 {
   color: #48135F;
 }
</style>
background-color css

<style>
 a { background-color: #48135F; }

 a { background-color: rgb(72,19,95); }

 div.DivClassName
 {
   background-color: #48135F;
 }
 .BgClassName
 {
   background-color: #48135F;
 }
</style>
border-color css

<style>
 span { border-color: #48135F; }

 span { border-color: rgb(72,19,95); }

 td.TdClassName
 {
   border-color: #48135F;
 }
 .TagClassName
 {
   border-color: #48135F;
 }
</style>