#491561

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

Shades of Scarlet Gum #491561

Tints of Scarlet Gum #491561

Color information

#491561 (or 0x491561) is unknown color: approx Scarlet Gum. HEX triplet: 49, 15 and 61. RGB value is (73,21,97). Sum of RGB (Red+Green+Blue) = 73+21+97=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #491561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491561 is #B6EA9E. Grayscale: #2C2C2C. Windows color (decimal): -11987615 or 6362441. OLE color: 6362441.

HSL color Cylindrical-coordinate representation of color #491561: hue angle of 281.05º 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 #491561 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB732197-
CMYK0.250.7800.62
HSL281.05º64.41%23.14%-
HSV(B)281.05º78.35%38.04%-
XYZ5.172.8211.58-
YUV45.21157.23147.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=38.22%
G=10.99%
B=50.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7321970.250.7800.62281.0564.4123.14
Hex491561194E03E1194017
Octal111251413111607643110027
Binary10010011010111000011100110011100111110100011001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491561; }

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

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

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

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

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

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

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

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