Html Css Color HEX #80163F Pompadour

📋 copy color: '#80163F'

red 128 ◦ green 22 ◦ blue 63

#80163F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #80163F

Tints of Pompadour #80163F

RGB

 RED value IS 128 (50.39% from 255) = 60.09%

 GREEN value IS 22 (8.98% from 255) = 10.33%

 BLUE value IS 63 (25% from 255) = 29.58%

R = 60.09%
G = 10.33%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80163F (or 0x80163F) is known color: Pompadour. HEX triplet: 80, 16 and 3F. RGB value is (128,22,63). Sum of RGB (Red+Green+Blue) = 128+22+63=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80163F is #7FE9C0. Grayscale: #3A3A3A. Windows color (decimal): -8382913 or 4134528. OLE color: 4134528.

HSL color Cylindrical-coordinate representation of color #80163F: hue angle of 336.79º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80163F is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 63 -
CMYK 0 0.83 0.51 0.50
HSL 336.79º 0.71% 0.29% -
HSV(B) 336.79º 0.83% 0.5% -
XYZ 10.09 5.52 5.24 -
YUV 58.37 130.62 177.67 -
System Red Green Blue C M Y K H S L
Decimal 128 22 63 0 0.83 0.51 0.50 336.79 0.71 0.29
Hex 80 16 3F 0 53 33 32 151 47 1D
Octal 200 26 77 0 123 63 62 521 107 35
Binary 10000000 10110 111111 0 1010011 110011 110010 101010001 1000111 11101

Color Harmonies of #80163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80163F

Black with #80163F

Text Example


Text Example

White with #80163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80163F; }

 p { color: rgb(128,22,63); }

 H1.HeaderClassName
 {
   color: #80163F;
 }
 .AnyTagClassName
 {
   color: #80163F;
 }
</style>

background-color css

<style>
 a { background-color: #80163F; }

 a { background-color: rgb(128,22,63); }

 div.DivClassName
 {
   background-color: #80163F;
 }
 .BgClassName
 {
   background-color: #80163F;
 }
</style>

border-color css

<style>
 span { border-color: #80163F; }

 span { border-color: rgb(128,22,63); }

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