#492160

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

Shades of Scarlet Gum #492160

Tints of Scarlet Gum #492160

Color information

#492160 (or 0x492160) is unknown color: approx Scarlet Gum. HEX triplet: 49, 21 and 60. RGB value is (73,33,96). Sum of RGB (Red+Green+Blue) = 73+33+96=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #492160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492160 is #B6DE9F. Grayscale: #333333. Windows color (decimal): -11984544 or 6299977. OLE color: 6299977.

HSL color Cylindrical-coordinate representation of color #492160: hue angle of 278.1º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492160 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB733396-
CMYK0.240.6600.62
HSL278.1º48.84%25.29%-
HSV(B)278.1º65.62%37.65%-
XYZ5.43.3511.43-
YUV52.14152.75142.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.14%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=36.14%
G=16.34%
B=47.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7333960.240.6600.62278.148.8425.29
Hex492160184203E1163119
Octal11141140301020764266131
Binary10010011000011100000110001000010011111010001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492160; }

 p { color: rgb(73,33,96); }

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

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

 a { background-color: rgb(73,33,96); }

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

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

 span { border-color: rgb(73,33,96); }

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