#492C5A

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

Shades of Scarlet Gum #492C5A

Tints of Scarlet Gum #492C5A

Color information

#492C5A (or 0x492C5A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2C and 5A. RGB value is (73,44,90). Sum of RGB (Red+Green+Blue) = 73+44+90=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #492C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C5A is #B6D3A5. Grayscale: #393939. Windows color (decimal): -11981734 or 5909577. OLE color: 5909577.

HSL color Cylindrical-coordinate representation of color #492C5A: hue angle of 277.83º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #492C5A is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB734490-
CMYK0.190.5100.65
HSL277.83º34.33%26.27%-
HSV(B)277.83º51.11%35.29%-
XYZ5.493.9610.15-
YUV57.92146.11138.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 44 (17.58% from 255) = 21.26%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=35.27%
G=21.26%
B=43.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7344900.190.5100.65277.8334.3326.27
Hex492C5A1333041116221a
Octal11154132236301014264232
Binary10010011011001011010100111100110100000110001011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492C5A; }

 p { color: rgb(73,44,90); }

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

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

 a { background-color: rgb(73,44,90); }

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

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

 span { border-color: rgb(73,44,90); }

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