#491866

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

Shades of Scarlet Gum #491866

Tints of Scarlet Gum #491866

Color information

#491866 (or 0x491866) is unknown color: approx Scarlet Gum. HEX triplet: 49, 18 and 66. RGB value is (73,24,102). Sum of RGB (Red+Green+Blue) = 73+24+102=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #491866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491866 is #B6E799. Grayscale: #2F2F2F. Windows color (decimal): -11986842 or 6690889. OLE color: 6690889.

HSL color Cylindrical-coordinate representation of color #491866: hue angle of 277.69º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491866 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7324102-
CMYK0.280.7600.6
HSL277.69º61.9%24.71%-
HSV(B)277.69º76.47%40%-
XYZ5.473.0312.87-
YUV47.54158.73146.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=36.68%
G=12.06%
B=51.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73241020.280.7600.6277.6961.924.71
Hex4918661C4C03C1163e19
Octal11130146341140744267631
Binary1001001110001100110111001001100011110010001011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491866; }

 p { color: rgb(73,24,102); }

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

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

 a { background-color: rgb(73,24,102); }

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

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

 span { border-color: rgb(73,24,102); }

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