#810C4F

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

Shades of Pompadour #810C4F

Tints of Pompadour #810C4F

Color information

#810C4F (or 0x810C4F) is unknown color: approx Pompadour. HEX triplet: 81, 0C and 4F. RGB value is (129,12,79). Sum of RGB (Red+Green+Blue) = 129+12+79=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #810C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C4F is #7EF3B0. Grayscale: #363636. Windows color (decimal): -8319921 or 5180545. OLE color: 5180545.

HSL color Cylindrical-coordinate representation of color #810C4F: hue angle of 325.64º 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 #810C4F is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1291279-
CMYK00.910.390.49
HSL325.64º82.98%27.65%-
HSV(B)325.64º90.7%50.59%-
XYZ10.65.497.9-
YUV54.62141.76181.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.64%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=58.64%
G=5.45%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129127900.910.390.49325.6482.9827.65
Hex81C4F05B2731146531c
Octal201141170133476150612334
Binary100000011100100111101011011100111110001101000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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