#491860

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

Shades of Scarlet Gum #491860

Tints of Scarlet Gum #491860

Color information

#491860 (or 0x491860) is unknown color: approx Scarlet Gum. HEX triplet: 49, 18 and 60. RGB value is (73,24,96). Sum of RGB (Red+Green+Blue) = 73+24+96=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #491860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491860 is #B6E79F. Grayscale: #2E2E2E. Windows color (decimal): -11986848 or 6297673. OLE color: 6297673.

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

Color convert

RGB732496-
CMYK0.240.7500.62
HSL280.83º60%23.53%-
HSV(B)280.83º75%37.65%-
XYZ5.192.9111.36-
YUV46.86155.73146.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=37.82%
G=12.44%
B=49.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7324960.240.7500.62280.836023.53
Hex491860184B03E1193c18
Octal11130140301130764317430
Binary1001001110001100000110001001011011111010001100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491860; }

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

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

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

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

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

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

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

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