#800E3D

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

Shades of Pompadour #800E3D

Tints of Pompadour #800E3D

Color information

#800E3D (or 0x800E3D) is unknown color: approx Pompadour. HEX triplet: 80, 0E and 3D. RGB value is (128,14,61). Sum of RGB (Red+Green+Blue) = 128+14+61=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #800E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E3D is #7FF1C2. Grayscale: #353535. Windows color (decimal): -8384963 or 4001408. OLE color: 4001408.

HSL color Cylindrical-coordinate representation of color #800E3D: hue angle of 335.26º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E3D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1281461-
CMYK00.890.520.50
HSL335.26º80.28%27.84%-
HSV(B)335.26º89.06%50.2%-
XYZ9.95.244.9-
YUV53.44132.27181.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.05%
GREEN value IS 14 (5.86% from 255) = 6.90%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=63.05%
G=6.90%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128146100.890.520.50335.2680.2827.84
Hex80E3D059343214f501c
Octal20016750131646251712034
Binary10000000111011110101011001110100110010101001111101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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