#491457

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

Shades of Scarlet Gum #491457

Tints of Scarlet Gum #491457

Color information

#491457 (or 0x491457) is unknown color: approx Scarlet Gum. HEX triplet: 49, 14 and 57. RGB value is (73,20,87). Sum of RGB (Red+Green+Blue) = 73+20+87=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #491457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491457 is #B6EBA8. Grayscale: #2B2B2B. Windows color (decimal): -11987881 or 5706825. OLE color: 5706825.

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

Color convert

RGB732087-
CMYK0.160.7700.66
HSL287.46º62.62%20.98%-
HSV(B)287.46º77.01%34.12%-
XYZ4.722.69.27-
YUV43.48152.56149.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=40.56%
G=11.11%
B=48.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7320870.160.7700.66287.4662.6220.98
Hex491457104D04211f3f15
Octal111241272011501024377725
Binary10010011010010101111000010011010100001010001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491457; }

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

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

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

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

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

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

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

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