#492B52

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

Shades of Scarlet Gum #492B52

Tints of Scarlet Gum #492B52

Color information

#492B52 (or 0x492B52) is unknown color: approx Scarlet Gum. HEX triplet: 49, 2B and 52. RGB value is (73,43,82). Sum of RGB (Red+Green+Blue) = 73+43+82=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 82 - color contains mainly: blue. Hex color #492B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492B52 is #B6D4AD. Grayscale: #383838. Windows color (decimal): -11981998 or 5385033. OLE color: 5385033.

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

Color convert

RGB734382-
CMYK0.110.4800.68
HSL286.15º31.2%24.51%-
HSV(B)286.15º47.56%32.16%-
XYZ5.133.758.44-
YUV56.42142.44139.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=36.87%
G=21.72%
B=41.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7343820.110.4800.68286.1531.224.51
Hex492B52B3004411e1f19
Octal11153122136001044363731
Binary100100110101110100101011110000010001001000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,43,82); }

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

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

 a { background-color: rgb(73,43,82); }

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

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

 span { border-color: rgb(73,43,82); }

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