#491F60

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

Shades of Scarlet Gum #491F60

Tints of Scarlet Gum #491F60

Color information

#491F60 (or 0x491F60) is unknown color: approx Scarlet Gum. HEX triplet: 49, 1F and 60. RGB value is (73,31,96). Sum of RGB (Red+Green+Blue) = 73+31+96=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #491F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F60 is #B6E09F. Grayscale: #323232. Windows color (decimal): -11985056 or 6299465. OLE color: 6299465.

HSL color Cylindrical-coordinate representation of color #491F60: hue angle of 278.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491F60 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB733196-
CMYK0.240.6800.62
HSL278.77º51.18%24.9%-
HSV(B)278.77º67.71%37.65%-
XYZ5.353.2411.41-
YUV50.97153.41143.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.5%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=36.5%
G=15.5%
B=48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7331960.240.6800.62278.7751.1824.9
Hex491F60184403E1173319
Octal11137140301040764276331
Binary1001001111111100000110001000100011111010001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,31,96); }

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

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

 a { background-color: rgb(73,31,96); }

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

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

 span { border-color: rgb(73,31,96); }

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