#512868

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

Shades of Scarlet Gum #512868

Tints of Scarlet Gum #512868

Color information

#512868 (or 0x512868) is unknown color: approx Scarlet Gum. HEX triplet: 51, 28 and 68. RGB value is (81,40,104). Sum of RGB (Red+Green+Blue) = 81+40+104=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #512868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512868 is #AED797. Grayscale: #3B3B3B. Windows color (decimal): -11458456 or 6826065. OLE color: 6826065.

HSL color Cylindrical-coordinate representation of color #512868: hue angle of 278.44º degrees, saturation: 0.44, 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 #512868 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8140104-
CMYK0.220.6200.59
HSL278.44º44.44%28.24%-
HSV(B)278.44º61.54%40.78%-
XYZ6.654.2713.57-
YUV59.56153.08143.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=36%
G=17.78%
B=46.22%

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
Decimal81401040.220.6200.59278.4444.4428.24
Hex512868163E03B1162c1c
Octal1215015026760734265434
Binary1010001101000110100010110111110011101110001011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512868; }

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

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

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

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

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

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

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

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