#512768

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

Shades of Scarlet Gum #512768

Tints of Scarlet Gum #512768

Color information

#512768 (or 0x512768) is unknown color: approx Scarlet Gum. HEX triplet: 51, 27 and 68. RGB value is (81,39,104). Sum of RGB (Red+Green+Blue) = 81+39+104=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #512768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512768 is #AED897. Grayscale: #3A3A3A. Windows color (decimal): -11458712 or 6825809. OLE color: 6825809.

HSL color Cylindrical-coordinate representation of color #512768: hue angle of 278.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512768 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8139104-
CMYK0.220.6200.59
HSL278.77º45.45%28.04%-
HSV(B)278.77º62.5%40.78%-
XYZ6.624.213.56-
YUV58.97153.41143.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 104 (41.02% from 255) = 46.43%
R=36.16%
G=17.41%
B=46.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81391040.220.6200.59278.7745.4528.04
Hex512768163E03B1172d1c
Octal1214715026760734275534
Binary1010001100111110100010110111110011101110001011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512768; }

 p { color: rgb(81,39,104); }

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

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

 a { background-color: rgb(81,39,104); }

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

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

 span { border-color: rgb(81,39,104); }

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