#491E57

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

Shades of Scarlet Gum #491E57

Tints of Scarlet Gum #491E57

Color information

#491E57 (or 0x491E57) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1E and 57. RGB value is (73,30,87). Sum of RGB (Red+Green+Blue) = 73+30+87=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #491E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E57 is #B6E1A8. Grayscale: #313131. Windows color (decimal): -11985321 or 5709385. OLE color: 5709385.

HSL color Cylindrical-coordinate representation of color #491E57: hue angle of 285.26º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491E57 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB733087-
CMYK0.160.6600.66
HSL285.26º48.72%22.94%-
HSV(B)285.26º65.52%34.12%-
XYZ4.933.039.34-
YUV49.36149.25144.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=38.42%
G=15.79%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7330870.160.6600.66285.2648.7222.94
Hex491E57104204211d3117
Octal111361272010201024356127
Binary10010011111010101111000010000100100001010001110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,30,87); }

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

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

 a { background-color: rgb(73,30,87); }

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

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

 span { border-color: rgb(73,30,87); }

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