#810F4B

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

Shades of Pompadour #810F4B

Tints of Pompadour #810F4B

Color information

#810F4B (or 0x810F4B) is unknown color: approx Pompadour. HEX triplet: 81, 0F and 4B. RGB value is (129,15,75). Sum of RGB (Red+Green+Blue) = 129+15+75=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #810F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810F4B is #7EF0B4. Grayscale: #373737. Windows color (decimal): -8319157 or 4919169. OLE color: 4919169.

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

Color convert

RGB1291575-
CMYK00.880.420.49
HSL328.42º79.17%28.24%-
HSV(B)328.42º88.37%50.59%-
XYZ10.495.527.17-
YUV55.93138.77180.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=58.90%
G=6.85%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129157500.880.420.49328.4279.1728.24
Hex81F4B0582A311484f1c
Octal201171130130526151011734
Binary100000011111100101101011000101010110001101001000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,15,75); }

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

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

 a { background-color: rgb(129,15,75); }

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

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

 span { border-color: rgb(129,15,75); }

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