#491360

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

Shades of Scarlet Gum #491360

Tints of Scarlet Gum #491360

Color information

#491360 (or 0x491360) is unknown color: approx Scarlet Gum. HEX triplet: 49, 13 and 60. RGB value is (73,19,96). Sum of RGB (Red+Green+Blue) = 73+19+96=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #491360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491360 is #B6EC9F. Grayscale: #2B2B2B. Windows color (decimal): -11988128 or 6296393. OLE color: 6296393.

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

Color convert

RGB731996-
CMYK0.240.8000.62
HSL282.08º66.96%22.55%-
HSV(B)282.08º80.21%37.65%-
XYZ5.092.7311.32-
YUV43.92157.39148.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=38.83%
G=10.11%
B=51.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7319960.240.8000.62282.0866.9622.55
Hex491360185003E11a4317
Octal111231403012007643210327
Binary10010011001111000001100010100000111110100011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491360; }

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

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

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

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

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

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

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

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