#511560

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

Shades of Scarlet Gum #511560

Tints of Scarlet Gum #511560

Color information

#511560 (or 0x511560) is unknown color: approx Scarlet Gum. HEX triplet: 51, 15 and 60. RGB value is (81,21,96). Sum of RGB (Red+Green+Blue) = 81+21+96=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #511560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511560 is #AEEA9F. Grayscale: #2F2F2F. Windows color (decimal): -11463328 or 6296913. OLE color: 6296913.

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

Color convert

RGB812196-
CMYK0.160.7800.62
HSL288º64.1%22.94%-
HSV(B)288º78.12%37.65%-
XYZ5.773.1311.37-
YUV47.49155.38151.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 96 (37.89% from 255) = 48.48%
R=40.91%
G=10.61%
B=48.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8121960.160.7800.6228864.122.94
Hex511560104E03E1204017
Octal121251402011607644010027
Binary10100011010111000001000010011100111110100100000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511560; }

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

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

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

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

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

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

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

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