#491F5D

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

Shades of Scarlet Gum #491F5D

Tints of Scarlet Gum #491F5D

Color information

#491F5D (or 0x491F5D) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1F and 5D. RGB value is (73,31,93). Sum of RGB (Red+Green+Blue) = 73+31+93=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #491F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F5D is #B6E0A2. Grayscale: #323232. Windows color (decimal): -11985059 or 6102857. OLE color: 6102857.

HSL color Cylindrical-coordinate representation of color #491F5D: hue angle of 280.65º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491F5D is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB733193-
CMYK0.220.6700.64
HSL280.65º50%24.31%-
HSV(B)280.65º66.67%36.47%-
XYZ5.213.1910.7-
YUV50.63151.91143.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=37.06%
G=15.74%
B=47.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7331930.220.6700.64280.655024.31
Hex491F5D16430401193218
Octal111371352610301004316230
Binary10010011111110111011011010000110100000010001100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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