#492059

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

Shades of Scarlet Gum #492059

Tints of Scarlet Gum #492059

Color information

#492059 (or 0x492059) is unknown color: approx Scarlet Gum. HEX triplet: 49, 20 and 59. RGB value is (73,32,89). Sum of RGB (Red+Green+Blue) = 73+32+89=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #492059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492059 is #B6DFA6. Grayscale: #323232. Windows color (decimal): -11984807 or 5840969. OLE color: 5840969.

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

Color convert

RGB733289-
CMYK0.180.6400.65
HSL283.16º47.11%23.73%-
HSV(B)283.16º64.04%34.9%-
XYZ5.073.179.8-
YUV50.76149.58143.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=37.63%
G=16.49%
B=45.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7332890.180.6400.65283.1647.1123.73
Hex492059124004111b2f18
Octal111401312210001014335730
Binary100100110000010110011001010000000100000110001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492059; }

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

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

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

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

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

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

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

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