#810D3C

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

Shades of Pompadour #810D3C

Tints of Pompadour #810D3C

Color information

#810D3C (or 0x810D3C) is unknown color: approx Pompadour. HEX triplet: 81, 0D and 3C. RGB value is (129,13,60). Sum of RGB (Red+Green+Blue) = 129+13+60=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #810D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810D3C is #7EF2C3. Grayscale: #343434. Windows color (decimal): -8319684 or 3935617. OLE color: 3935617.

HSL color Cylindrical-coordinate representation of color #810D3C: hue angle of 335.69º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D3C is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1291360-
CMYK00.900.530.49
HSL335.69º81.69%27.84%-
HSV(B)335.69º89.92%50.59%-
XYZ10.015.284.77-
YUV53.04131.93182.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.86%
GREEN value IS 13 (5.47% from 255) = 6.44%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=63.86%
G=6.44%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129136000.900.530.49335.6981.6927.84
Hex81D3C05A3531150521c
Octal20115740132656152012234
Binary10000001110111110001011010110101110001101010000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,13,60); }

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

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

 a { background-color: rgb(129,13,60); }

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

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

 span { border-color: rgb(129,13,60); }

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