Html Css Color HEX #800B48 Pompadour

📋 copy color: '#800B48'

red 128 ◦ green 11 ◦ blue 72

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

Shades of Pompadour #800B48

Tints of Pompadour #800B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 60.66%
G = 5.21%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#800B48 (or 0x800B48) is known color: Pompadour. HEX triplet: 80, 0B and 48. RGB value is (128,11,72). Sum of RGB (Red+Green+Blue) = 128+11+72=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #800B48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B48 is #7FF4B7. Grayscale: #343434. Windows color (decimal): -8385720 or 4721536. OLE color: 4721536.

HSL color Cylindrical-coordinate representation of color #800B48: hue angle of 328.72º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B48 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 72 -
CMYK 0 0.91 0.44 0.50
HSL 328.72º 0.84% 0.27% -
HSV(B) 328.72º 0.91% 0.5% -
XYZ 10.19 5.3 6.62 -
YUV 52.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 128 11 72 0 0.91 0.44 0.50 328.72 0.84 0.27
Hex 80 B 48 0 5B 2C 32 149 54 1B
Octal 200 13 110 0 133 54 62 511 124 33
Binary 10000000 1011 1001000 0 1011011 101100 110010 101001001 1010100 11011

Color Harmonies of #800B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B48

Black with #800B48

Text Example


Text Example

White with #800B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,11,72); }

 H1.HeaderClassName
 {
   color: #800B48;
 }
 .AnyTagClassName
 {
   color: #800B48;
 }
</style>

background-color css

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

 a { background-color: rgb(128,11,72); }

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

border-color css

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

 span { border-color: rgb(128,11,72); }

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