#482C59

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

Shades of Scarlet Gum #482C59

Tints of Scarlet Gum #482C59

Color information

#482C59 (or 0x482C59) is unknown color: approx Scarlet Gum. HEX triplet: 48, 2C and 59. RGB value is (72,44,89). Sum of RGB (Red+Green+Blue) = 72+44+89=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #482C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482C59 is #B7D3A6. Grayscale: #393939. Windows color (decimal): -12047271 or 5844040. OLE color: 5844040.

HSL color Cylindrical-coordinate representation of color #482C59: hue angle of 277.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #482C59 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB724489-
CMYK0.190.5100.65
HSL277.33º33.83%26.08%-
HSV(B)277.33º50.56%34.9%-
XYZ5.383.99.92-
YUV57.5145.78138.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 44 (17.58% from 255) = 21.46%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=35.12%
G=21.46%
B=43.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7244890.190.5100.65277.3333.8326.08
Hex482C591333041115221a
Octal11054131236301014254232
Binary10010001011001011001100111100110100000110001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482C59; }

 p { color: rgb(72,44,89); }

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

<style>
 a { background-color: #482C59; }

 a { background-color: rgb(72,44,89); }

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

<style>
 span { border-color: #482C59; }

 span { border-color: rgb(72,44,89); }

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