#51206A

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

Shades of Scarlet Gum #51206A

Tints of Scarlet Gum #51206A

Color information

#51206A (or 0x51206A) is unknown color: approx Scarlet Gum. HEX triplet: 51, 20 and 6A. RGB value is (81,32,106). Sum of RGB (Red+Green+Blue) = 81+32+106=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #51206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51206A is #AEDF95. Grayscale: #363636. Windows color (decimal): -11460502 or 6955089. OLE color: 6955089.

HSL color Cylindrical-coordinate representation of color #51206A: hue angle of 279.73º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51206A is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8132106-
CMYK0.240.7000.58
HSL279.73º53.62%27.06%-
HSV(B)279.73º69.81%41.57%-
XYZ6.513.8214.03-
YUV55.09156.73146.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=36.99%
G=14.61%
B=48.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81321060.240.7000.58279.7353.6227.06
Hex51206A184603A118361b
Octal12140152301060724306633
Binary10100011000001101010110001000110011101010001100011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51206A; }

 p { color: rgb(81,32,106); }

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

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

 a { background-color: rgb(81,32,106); }

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

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

 span { border-color: rgb(81,32,106); }

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