#491164

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

Shades of Scarlet Gum #491164

Tints of Scarlet Gum #491164

Color information

#491164 (or 0x491164) is unknown color: approx Scarlet Gum. HEX triplet: 49, 11 and 64. RGB value is (73,17,100). Sum of RGB (Red+Green+Blue) = 73+17+100=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #491164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491164 is #B6EE9B. Grayscale: #2A2A2A. Windows color (decimal): -11988636 or 6558025. OLE color: 6558025.

HSL color Cylindrical-coordinate representation of color #491164: hue angle of 280.48º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491164 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7317100-
CMYK0.270.8300.61
HSL280.48º70.94%22.94%-
HSV(B)280.48º83%39.22%-
XYZ5.252.7412.31-
YUV43.21160.05149.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 100 (39.45% from 255) = 52.63%
R=38.42%
G=8.95%
B=52.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73171000.270.8300.61280.4870.9422.94
Hex4911641B5303D1184717
Octal111211443312307543010727
Binary10010011000111001001101110100110111101100011000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491164; }

 p { color: rgb(73,17,100); }

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

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

 a { background-color: rgb(73,17,100); }

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

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

 span { border-color: rgb(73,17,100); }

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