#512960

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

Shades of Scarlet Gum #512960

Tints of Scarlet Gum #512960

Color information

#512960 (or 0x512960) is unknown color: approx Scarlet Gum. HEX triplet: 51, 29 and 60. RGB value is (81,41,96). Sum of RGB (Red+Green+Blue) = 81+41+96=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #512960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512960 is #AED69F. Grayscale: #3B3B3B. Windows color (decimal): -11458208 or 6302033. OLE color: 6302033.

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

Color convert

RGB814196-
CMYK0.160.5700.62
HSL283.64º40.15%26.86%-
HSV(B)283.64º57.29%37.65%-
XYZ6.34.1811.54-
YUV59.23148.75143.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=37.16%
G=18.81%
B=44.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8141960.160.5700.62283.6440.1526.86
Hex512960103903E11c281b
Octal1215114020710764345033
Binary1010001101001110000010000111001011111010001110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512960; }

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

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

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

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

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

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

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

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