Html Css Color HEX #80143F Pompadour

📋 copy color: '#80143F'

red 128 ◦ green 20 ◦ blue 63

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

Shades of Pompadour #80143F

Tints of Pompadour #80143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

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

R = 60.66%
G = 9.48%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#80143F (or 0x80143F) is known color: Pompadour. HEX triplet: 80, 14 and 3F. RGB value is (128,20,63). Sum of RGB (Red+Green+Blue) = 128+20+63=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #80143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80143F is #7FEBC0. Grayscale: #393939. Windows color (decimal): -8383425 or 4134016. OLE color: 4134016.

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

Color convert

RGB 128 20 63 -
CMYK 0 0.84 0.51 0.50
HSL 336.11º 0.73% 0.29% -
HSV(B) 336.11º 0.84% 0.5% -
XYZ 10.05 5.45 5.22 -
YUV 57.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 128 20 63 0 0.84 0.51 0.50 336.11 0.73 0.29
Hex 80 14 3F 0 54 33 32 150 49 1D
Octal 200 24 77 0 124 63 62 520 111 35
Binary 10000000 10100 111111 0 1010100 110011 110010 101010000 1001001 11101

Color Harmonies of #80143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80143F

Black with #80143F

Text Example


Text Example

White with #80143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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