#492259

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

Shades of Scarlet Gum #492259

Tints of Scarlet Gum #492259

Color information

#492259 (or 0x492259) is unknown color: approx Scarlet Gum. HEX triplet: 49, 22 and 59. RGB value is (73,34,89). Sum of RGB (Red+Green+Blue) = 73+34+89=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #492259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492259 is #B6DDA6. Grayscale: #333333. Windows color (decimal): -11984295 or 5841481. OLE color: 5841481.

HSL color Cylindrical-coordinate representation of color #492259: hue angle of 282.55º 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 #492259 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB733489-
CMYK0.180.6200.65
HSL282.55º44.72%24.12%-
HSV(B)282.55º61.8%34.9%-
XYZ5.123.289.81-
YUV51.93148.92143.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 89 (35.16% from 255) = 45.41%
R=37.24%
G=17.35%
B=45.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7334890.180.6200.65282.5544.7224.12
Hex492259123E04111b2d18
Octal11142131227601014335530
Binary10010011000101011001100101111100100000110001101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492259; }

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

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

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

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

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

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

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

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