#80183E

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

Shades of Pompadour #80183E

Tints of Pompadour #80183E

Color information

#80183E (or 0x80183E) is unknown color: approx Pompadour. HEX triplet: 80, 18 and 3E. RGB value is (128,24,62). Sum of RGB (Red+Green+Blue) = 128+24+62=214 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.81% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 128 - color contains mainly: red. Hex color #80183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80183E is #7FE7C1. Grayscale: #3B3B3B. Windows color (decimal): -8382402 or 4069504. OLE color: 4069504.

HSL color Cylindrical-coordinate representation of color #80183E: hue angle of 338.08º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80183E is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1282462-
CMYK00.810.520.50
HSL338.08º68.42%29.8%-
HSV(B)338.08º81.25%50.2%-
XYZ10.15.595.1-
YUV59.43129.46176.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 59.81%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=59.81%
G=11.21%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128246200.810.520.50338.0868.4229.8
Hex80183E0513432152441e
Octal20030760121646252210436
Binary100000001100011111001010001110100110010101010010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80183E; }

 p { color: rgb(128,24,62); }

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

<style>
 a { background-color: #80183E; }

 a { background-color: rgb(128,24,62); }

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

<style>
 span { border-color: #80183E; }

 span { border-color: rgb(128,24,62); }

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