#810C50

Color #810C50 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #810C50

Tints of Pompadour #810C50

Color information

#810C50 (or 0x810C50) is unknown color: approx Pompadour. HEX triplet: 81, 0C and 50. RGB value is (129,12,80). Sum of RGB (Red+Green+Blue) = 129+12+80=221 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.37% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 129 - color contains mainly: red. Hex color #810C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C50 is #7EF3AF. Grayscale: #363636. Windows color (decimal): -8319920 or 5246081. OLE color: 5246081.

HSL color Cylindrical-coordinate representation of color #810C50: hue angle of 325.13º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C50 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1291280-
CMYK00.910.380.49
HSL325.13º82.98%27.65%-
HSV(B)325.13º90.7%50.59%-
XYZ10.635.518.09-
YUV54.74142.26180.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.37%
GREEN value IS 12 (5.08% from 255) = 5.43%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=58.37%
G=5.43%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129128000.910.380.49325.1382.9827.65
Hex81C5005B2631145531c
Octal201141200133466150512334
Binary100000011100101000001011011100110110001101000101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810C50; }

 p { color: rgb(129,12,80); }

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

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

 a { background-color: rgb(129,12,80); }

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

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

 span { border-color: rgb(129,12,80); }

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