#491157

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

Shades of Scarlet Gum #491157

Tints of Scarlet Gum #491157

Color information

#491157 (or 0x491157) is unknown color: approx Scarlet Gum. HEX triplet: 49, 11 and 57. RGB value is (73,17,87). Sum of RGB (Red+Green+Blue) = 73+17+87=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #491157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491157 is #B6EEA8. Grayscale: #292929. Windows color (decimal): -11988649 or 5706057. OLE color: 5706057.

HSL color Cylindrical-coordinate representation of color #491157: hue angle of 288º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491157 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB731787-
CMYK0.160.8000.66
HSL288º67.31%20.39%-
HSV(B)288º80.46%34.12%-
XYZ4.672.519.25-
YUV41.72153.55150.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 87 (34.38% from 255) = 49.15%
R=41.24%
G=9.60%
B=49.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7317870.160.8000.6628867.3120.39
Hex49115710500421204314
Octal1112112720120010244010324
Binary100100110001101011110000101000001000010100100000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491157; }

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

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

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

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

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

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

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

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