#491566

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

Shades of Scarlet Gum #491566

Tints of Scarlet Gum #491566

Color information

#491566 (or 0x491566) is unknown color: approx Scarlet Gum. HEX triplet: 49, 15 and 66. RGB value is (73,21,102). Sum of RGB (Red+Green+Blue) = 73+21+102=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #491566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491566 is #B6EA99. Grayscale: #2D2D2D. Windows color (decimal): -11987610 or 6690121. OLE color: 6690121.

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

Color convert

RGB7321102-
CMYK0.280.7900.6
HSL278.52º65.85%24.12%-
HSV(B)278.52º79.41%40%-
XYZ5.412.9112.85-
YUV45.78159.73147.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=37.24%
G=10.71%
B=52.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73211020.280.7900.6278.5265.8524.12
Hex4915661C4F03C1174218
Octal111251463411707442710230
Binary10010011010111001101110010011110111100100010111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491566; }

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

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

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

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

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

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

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

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