#512160

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

Shades of Scarlet Gum #512160

Tints of Scarlet Gum #512160

Color information

#512160 (or 0x512160) is unknown color: approx Scarlet Gum. HEX triplet: 51, 21 and 60. RGB value is (81,33,96). Sum of RGB (Red+Green+Blue) = 81+33+96=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #512160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512160 is #AEDE9F. Grayscale: #363636. Windows color (decimal): -11460256 or 6299985. OLE color: 6299985.

HSL color Cylindrical-coordinate representation of color #512160: hue angle of 285.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #512160 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB813396-
CMYK0.160.6600.62
HSL285.71º48.84%25.29%-
HSV(B)285.71º65.62%37.65%-
XYZ6.053.6811.46-
YUV54.53151.4146.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=38.57%
G=15.71%
B=45.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8133960.160.6600.62285.7148.8425.29
Hex512160104203E11e3119
Octal12141140201020764366131
Binary10100011000011100000100001000010011111010001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512160; }

 p { color: rgb(81,33,96); }

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

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

 a { background-color: rgb(81,33,96); }

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

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

 span { border-color: rgb(81,33,96); }

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