Html Css Color HEX #80123E Pompadour

📋 copy color: '#80123E'

red 128 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #80123E

Tints of Pompadour #80123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.65%

 BLUE value IS 62 (24.61% from 255) = 29.81%

R = 61.54%
G = 8.65%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#80123E (or 0x80123E) is known color: Pompadour. HEX triplet: 80, 12 and 3E. RGB value is (128,18,62). Sum of RGB (Red+Green+Blue) = 128+18+62=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80123E is #7FEDC1. Grayscale: #373737. Windows color (decimal): -8383938 or 4067968. OLE color: 4067968.

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

Color convert

RGB 128 18 62 -
CMYK 0 0.86 0.52 0.50
HSL 336º 0.75% 0.29% -
HSV(B) 336º 0.86% 0.5% -
XYZ 9.99 5.37 5.07 -
YUV 55.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 128 18 62 0 0.86 0.52 0.50 336 0.75 0.29
Hex 80 12 3E 0 56 34 32 150 4B 1D
Octal 200 22 76 0 126 64 62 520 113 35
Binary 10000000 10010 111110 0 1010110 110100 110010 101010000 1001011 11101

Color Harmonies of #80123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80123E

Black with #80123E

Text Example


Text Example

White with #80123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80123E;
 }
 .AnyTagClassName
 {
   color: #80123E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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