#492959

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

Shades of Scarlet Gum #492959

Tints of Scarlet Gum #492959

Color information

#492959 (or 0x492959) is unknown color: approx Scarlet Gum. HEX triplet: 49, 29 and 59. RGB value is (73,41,89). Sum of RGB (Red+Green+Blue) = 73+41+89=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #492959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492959 is #B6D6A6. Grayscale: #373737. Windows color (decimal): -11982503 or 5843273. OLE color: 5843273.

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

Color convert

RGB734189-
CMYK0.180.5400.65
HSL280º36.92%25.49%-
HSV(B)280º53.93%34.9%-
XYZ5.343.729.89-
YUV56.04146.6140.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=35.96%
G=20.20%
B=43.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7341890.180.5400.6528036.9225.49
Hex49295912360411182519
Octal11151131226601014304531
Binary10010011010011011001100101101100100000110001100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492959; }

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

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

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

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

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

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

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

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