#492156

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

Shades of Scarlet Gum #492156

Tints of Scarlet Gum #492156

Color information

#492156 (or 0x492156) is unknown color: approx Scarlet Gum. HEX triplet: 49, 21 and 56. RGB value is (73,33,86). Sum of RGB (Red+Green+Blue) = 73+33+86=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #492156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492156 is #B6DEA9. Grayscale: #323232. Windows color (decimal): -11984554 or 5644617. OLE color: 5644617.

HSL color Cylindrical-coordinate representation of color #492156: hue angle of 285.28º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492156 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB733386-
CMYK0.150.6200.66
HSL285.28º44.54%23.33%-
HSV(B)285.28º61.63%33.73%-
XYZ4.973.189.16-
YUV51147.75143.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=38.02%
G=17.19%
B=44.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7333860.150.6200.66285.2844.5423.33
Hex492156F3E04211d2d17
Octal11141126177601024355527
Binary1001001100001101011011111111100100001010001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492156; }

 p { color: rgb(73,33,86); }

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

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

 a { background-color: rgb(73,33,86); }

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

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

 span { border-color: rgb(73,33,86); }

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