#512966

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

Shades of Scarlet Gum #512966

Tints of Scarlet Gum #512966

Color information

#512966 (or 0x512966) is unknown color: approx Scarlet Gum. HEX triplet: 51, 29 and 66. RGB value is (81,41,102). Sum of RGB (Red+Green+Blue) = 81+41+102=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #512966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512966 is #AED699. Grayscale: #3B3B3B. Windows color (decimal): -11458202 or 6695249. OLE color: 6695249.

HSL color Cylindrical-coordinate representation of color #512966: hue angle of 279.34º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512966 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8141102-
CMYK0.210.6000.6
HSL279.34º42.66%28.04%-
HSV(B)279.34º59.8%40%-
XYZ6.584.2913.05-
YUV59.91151.75143.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=36.16%
G=18.30%
B=45.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81411020.210.6000.6279.3442.6628.04
Hex512966153C03C1172b1c
Octal1215114625740744275334
Binary1010001101001110011010101111100011110010001011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512966; }

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

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

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

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

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

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

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

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