#491057

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

Shades of Scarlet Gum #491057

Tints of Scarlet Gum #491057

Color information

#491057 (or 0x491057) is unknown color: approx Scarlet Gum. HEX triplet: 49, 10 and 57. RGB value is (73,16,87). Sum of RGB (Red+Green+Blue) = 73+16+87=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #491057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491057 is #B6EFA8. Grayscale: #282828. Windows color (decimal): -11988905 or 5705801. OLE color: 5705801.

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

Color convert

RGB731687-
CMYK0.160.8200.66
HSL288.17º68.93%20.2%-
HSV(B)288.17º81.61%34.12%-
XYZ4.652.489.25-
YUV41.14153.88150.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=41.48%
G=9.09%
B=49.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7316870.160.8200.66288.1768.9320.2
Hex49105710520421204514
Octal1112012720122010244010524
Binary100100110000101011110000101001001000010100100000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491057; }

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

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

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

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

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

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

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

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