#491963

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

Shades of Scarlet Gum #491963

Tints of Scarlet Gum #491963

Color information

#491963 (or 0x491963) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 63. RGB value is (73,25,99). Sum of RGB (Red+Green+Blue) = 73+25+99=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #491963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491963 is #B6E69C. Grayscale: #2F2F2F. Windows color (decimal): -11986589 or 6494537. OLE color: 6494537.

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

Color convert

RGB732599-
CMYK0.260.7500.61
HSL278.92º59.68%24.31%-
HSV(B)278.92º74.75%38.82%-
XYZ5.353.0112.1-
YUV47.79156.9145.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=37.06%
G=12.69%
B=50.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7325990.260.7500.61278.9259.6824.31
Hex4919631A4B03D1173c18
Octal11131143321130754277430
Binary1001001110011100011110101001011011110110001011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491963; }

 p { color: rgb(73,25,99); }

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

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

 a { background-color: rgb(73,25,99); }

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

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

 span { border-color: rgb(73,25,99); }

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