#492056

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

Shades of Scarlet Gum #492056

Tints of Scarlet Gum #492056

Color information

#492056 (or 0x492056) is unknown color: approx Scarlet Gum. HEX triplet: 49, 20 and 56. RGB value is (73,32,86). Sum of RGB (Red+Green+Blue) = 73+32+86=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #492056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492056 is #B6DFA9. Grayscale: #323232. Windows color (decimal): -11984810 or 5644361. OLE color: 5644361.

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

Color convert

RGB733286-
CMYK0.150.6300.66
HSL285.56º45.76%23.14%-
HSV(B)285.56º62.79%33.73%-
XYZ4.943.129.15-
YUV50.42148.08144.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=38.22%
G=16.75%
B=45.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7332860.150.6300.66285.5645.7623.14
Hex492056F3F04211e2e17
Octal11140126177701024365627
Binary1001001100000101011011111111110100001010001111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492056; }

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

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

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

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

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

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

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

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