#491560

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

Shades of Scarlet Gum #491560

Tints of Scarlet Gum #491560

Color information

#491560 (or 0x491560) is unknown color: approx Scarlet Gum. HEX triplet: 49, 15 and 60. RGB value is (73,21,96). Sum of RGB (Red+Green+Blue) = 73+21+96=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #491560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491560 is #B6EA9F. Grayscale: #2C2C2C. Windows color (decimal): -11987616 or 6296905. OLE color: 6296905.

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

Color convert

RGB732196-
CMYK0.240.7800.62
HSL281.6º64.1%22.94%-
HSV(B)281.6º78.12%37.65%-
XYZ5.132.811.34-
YUV45.1156.73147.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 96 (37.89% from 255) = 50.53%
R=38.42%
G=11.05%
B=50.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7321960.240.7800.62281.664.122.94
Hex491560184E03E11a4017
Octal111251403011607643210027
Binary10010011010111000001100010011100111110100011010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491560; }

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

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

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

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

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

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

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

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