#512566

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

Shades of Scarlet Gum #512566

Tints of Scarlet Gum #512566

Color information

#512566 (or 0x512566) is unknown color: approx Scarlet Gum. HEX triplet: 51, 25 and 66. RGB value is (81,37,102). Sum of RGB (Red+Green+Blue) = 81+37+102=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #512566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512566 is #AEDA99. Grayscale: #393939. Windows color (decimal): -11459226 or 6694225. OLE color: 6694225.

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

Color convert

RGB8137102-
CMYK0.210.6400.6
HSL280.62º46.76%27.25%-
HSV(B)280.62º63.73%40%-
XYZ6.454.0313.01-
YUV57.57153.08144.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=36.82%
G=16.82%
B=46.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81371020.210.6400.6280.6246.7627.25
Hex512566154003C1192f1b
Octal12145146251000744315733
Binary10100011001011100110101011000000011110010001100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512566; }

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

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

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

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

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

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

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

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