#491F5A

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

Shades of Scarlet Gum #491F5A

Tints of Scarlet Gum #491F5A

Color information

#491F5A (or 0x491F5A) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1F and 5A. RGB value is (73,31,90). Sum of RGB (Red+Green+Blue) = 73+31+90=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #491F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F5A is #B6E0A5. Grayscale: #323232. Windows color (decimal): -11985062 or 5906249. OLE color: 5906249.

HSL color Cylindrical-coordinate representation of color #491F5A: hue angle of 282.71º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491F5A is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB733190-
CMYK0.190.6600.65
HSL282.71º48.76%23.73%-
HSV(B)282.71º65.56%35.29%-
XYZ5.083.1310.01-
YUV50.28150.41144.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=37.63%
G=15.98%
B=46.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7331900.190.6600.65282.7148.7623.73
Hex491F5A134204111b3118
Octal111371322310201014336130
Binary10010011111110110101001110000100100000110001101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491F5A; }

 p { color: rgb(73,31,90); }

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

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

 a { background-color: rgb(73,31,90); }

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

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

 span { border-color: rgb(73,31,90); }

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