#491960

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

Shades of Scarlet Gum #491960

Tints of Scarlet Gum #491960

Color information

#491960 (or 0x491960) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 60. RGB value is (73,25,96). Sum of RGB (Red+Green+Blue) = 73+25+96=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #491960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491960 is #B6E69F. Grayscale: #2F2F2F. Windows color (decimal): -11986592 or 6297929. OLE color: 6297929.

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

Color convert

RGB732596-
CMYK0.240.7400.62
HSL280.56º58.68%23.73%-
HSV(B)280.56º73.96%37.65%-
XYZ5.212.9611.36-
YUV47.45155.4146.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=37.63%
G=12.89%
B=49.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7325960.240.7400.62280.5658.6823.73
Hex491960184A03E1193b18
Octal11131140301120764317330
Binary1001001110011100000110001001010011111010001100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491960; }

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

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

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

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

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

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

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

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