#512564

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

Shades of Scarlet Gum #512564

Tints of Scarlet Gum #512564

Color information

#512564 (or 0x512564) is unknown color: approx Scarlet Gum. HEX triplet: 51, 25 and 64. RGB value is (81,37,100). Sum of RGB (Red+Green+Blue) = 81+37+100=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #512564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512564 is #AEDA9B. Grayscale: #393939. Windows color (decimal): -11459228 or 6563153. OLE color: 6563153.

HSL color Cylindrical-coordinate representation of color #512564: hue angle of 281.9º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512564 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8137100-
CMYK0.190.6300.61
HSL281.9º45.99%26.86%-
HSV(B)281.9º63%39.22%-
XYZ6.363.9912.49-
YUV57.34152.08144.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=37.16%
G=16.97%
B=45.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81371000.190.6300.61281.945.9926.86
Hex512564133F03D11a2e1b
Octal1214514423770754325633
Binary1010001100101110010010011111111011110110001101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512564; }

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

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

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

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

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

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

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

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