#491961

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

Shades of Scarlet Gum #491961

Tints of Scarlet Gum #491961

Color information

#491961 (or 0x491961) is unknown color: approx Scarlet Gum. HEX triplet: 49, 19 and 61. RGB value is (73,25,97). Sum of RGB (Red+Green+Blue) = 73+25+97=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #491961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491961 is #B6E69E. Grayscale: #2F2F2F. Windows color (decimal): -11986591 or 6363465. OLE color: 6363465.

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

Color convert

RGB732597-
CMYK0.250.7400.62
HSL280º59.02%23.92%-
HSV(B)280º74.23%38.04%-
XYZ5.252.9711.61-
YUV47.56155.9146.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=37.44%
G=12.82%
B=49.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7325970.250.7400.6228059.0223.92
Hex491961194A03E1183b18
Octal11131141311120764307330
Binary1001001110011100001110011001010011111010001100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491961; }

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

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

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

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

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

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

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

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