#491C57

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

Shades of Scarlet Gum #491C57

Tints of Scarlet Gum #491C57

Color information

#491C57 (or 0x491C57) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1C and 57. RGB value is (73,28,87). Sum of RGB (Red+Green+Blue) = 73+28+87=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #491C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C57 is #B6E3A8. Grayscale: #2F2F2F. Windows color (decimal): -11985833 or 5708873. OLE color: 5708873.

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

Color convert

RGB732887-
CMYK0.160.6800.66
HSL285.76º51.3%22.55%-
HSV(B)285.76º67.82%34.12%-
XYZ4.882.949.33-
YUV48.18149.91145.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=38.83%
G=14.89%
B=46.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7328870.160.6800.66285.7651.322.55
Hex491C57104404211e3317
Octal111341272010401024366327
Binary10010011110010101111000010001000100001010001111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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