#512560

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

Shades of Scarlet Gum #512560

Tints of Scarlet Gum #512560

Color information

#512560 (or 0x512560) is unknown color: approx Scarlet Gum. HEX triplet: 51, 25 and 60. RGB value is (81,37,96). Sum of RGB (Red+Green+Blue) = 81+37+96=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #512560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512560 is #AEDA9F. Grayscale: #383838. Windows color (decimal): -11459232 or 6301009. OLE color: 6301009.

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

Color convert

RGB813796-
CMYK0.160.6100.62
HSL284.75º44.36%26.08%-
HSV(B)284.75º61.46%37.65%-
XYZ6.173.9211.5-
YUV56.88150.08145.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 96 (37.89% from 255) = 44.86%
R=37.85%
G=17.29%
B=44.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8137960.160.6100.62284.7544.3626.08
Hex512560103D03E11d2c1a
Octal1214514020750764355432
Binary1010001100101110000010000111101011111010001110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512560; }

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

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

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

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

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

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

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

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