#511060

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

Shades of Scarlet Gum #511060

Tints of Scarlet Gum #511060

Color information

#511060 (or 0x511060) is unknown color: approx Scarlet Gum. HEX triplet: 51, 10 and 60. RGB value is (81,16,96). Sum of RGB (Red+Green+Blue) = 81+16+96=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #511060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511060 is #AEEF9F. Grayscale: #2C2C2C. Windows color (decimal): -11464608 or 6295633. OLE color: 6295633.

HSL color Cylindrical-coordinate representation of color #511060: hue angle of 288.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511060 is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB811696-
CMYK0.160.8300.62
HSL288.75º71.43%21.96%-
HSV(B)288.75º83.33%37.65%-
XYZ5.692.9611.34-
YUV44.56157.03154-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=41.97%
G=8.29%
B=49.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8116960.160.8300.62288.7571.4321.96
Hex511060105303E1214716
Octal121201402012307644110726
Binary10100011000011000001000010100110111110100100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511060; }

 p { color: rgb(81,16,96); }

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

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

 a { background-color: rgb(81,16,96); }

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

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

 span { border-color: rgb(81,16,96); }

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