#492C55

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

Shades of Scarlet Gum #492C55

Tints of Scarlet Gum #492C55

Color information

#492C55 (or 0x492C55) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2C and 55. RGB value is (73,44,85). Sum of RGB (Red+Green+Blue) = 73+44+85=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #492C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C55 is #B6D3AA. Grayscale: #393939. Windows color (decimal): -11981739 or 5581897. OLE color: 5581897.

HSL color Cylindrical-coordinate representation of color #492C55: hue angle of 282.44º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492C55 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB734485-
CMYK0.140.4800.67
HSL282.44º31.78%25.29%-
HSV(B)282.44º48.24%33.33%-
XYZ5.293.879.06-
YUV57.34143.61139.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=36.14%
G=21.78%
B=42.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7344850.140.4800.67282.4431.7825.29
Hex492C55E3004311a2019
Octal11154125166001034324031
Binary1001001101100101010111101100000100001110001101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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