#820E3D

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

Shades of Pompadour #820E3D

Tints of Pompadour #820E3D

Color information

#820E3D (or 0x820E3D) is unknown color: approx Pompadour. HEX triplet: 82, 0E and 3D. RGB value is (130,14,61). Sum of RGB (Red+Green+Blue) = 130+14+61=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #820E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E3D is #7DF1C2. Grayscale: #353535. Windows color (decimal): -8253891 or 4001410. OLE color: 4001410.

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

Color convert

RGB1301461-
CMYK00.890.530.49
HSL335.69º80.56%28.24%-
HSV(B)335.69º89.23%50.98%-
XYZ10.215.44.92-
YUV54.04131.93182.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.41%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=63.41%
G=6.83%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130146100.890.530.49335.6980.5628.24
Hex82E3D0593531150511c
Octal20216750131656152012134
Binary10000010111011110101011001110101110001101010000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820E3D; }

 p { color: rgb(130,14,61); }

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

<style>
 a { background-color: #820E3D; }

 a { background-color: rgb(130,14,61); }

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

<style>
 span { border-color: #820E3D; }

 span { border-color: rgb(130,14,61); }

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