#482259

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

Shades of Scarlet Gum #482259

Tints of Scarlet Gum #482259

Color information

#482259 (or 0x482259) is unknown color: approx Scarlet Gum. HEX triplet: 48, 22 and 59. RGB value is (72,34,89). Sum of RGB (Red+Green+Blue) = 72+34+89=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #482259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482259 is #B7DDA6. Grayscale: #333333. Windows color (decimal): -12049831 or 5841480. OLE color: 5841480.

HSL color Cylindrical-coordinate representation of color #482259: hue angle of 281.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482259 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB723489-
CMYK0.190.6200.65
HSL281.45º44.72%24.12%-
HSV(B)281.45º61.8%34.9%-
XYZ5.053.249.81-
YUV51.63149.09142.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=36.92%
G=17.44%
B=45.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7234890.190.6200.65281.4544.7224.12
Hex482259133E0411192d18
Octal11042131237601014315530
Binary10010001000101011001100111111100100000110001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482259; }

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

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

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

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

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

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

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

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