Html Css Color HEX #721144 Pompadour

📋 copy color: '#721144'

red 114 ◦ green 17 ◦ blue 68

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

Shades of Pompadour #721144

Tints of Pompadour #721144

RGB

 RED value IS 114 (44.92% from 255) = 57.29%

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 57.29%
G = 8.54%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#721144 (or 0x721144) is known color: Pompadour. HEX triplet: 72, 11 and 44. RGB value is (114,17,68). Sum of RGB (Red+Green+Blue) = 114+17+68=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #721144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721144 is #8DEEBB. Grayscale: #333333. Windows color (decimal): -9301692 or 4460914. OLE color: 4460914.

HSL color Cylindrical-coordinate representation of color #721144: hue angle of 328.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721144 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 68 -
CMYK 0 0.85 0.40 0.55
HSL 328.45º 0.74% 0.26% -
HSV(B) 328.45º 0.85% 0.45% -
XYZ 8.18 4.4 5.89 -
YUV 51.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 114 17 68 0 0.85 0.40 0.55 328.45 0.74 0.26
Hex 72 11 44 0 55 28 37 148 4A 1A
Octal 162 21 104 0 125 50 67 510 112 32
Binary 1110010 10001 1000100 0 1010101 101000 110111 101001000 1001010 11010

Color Harmonies of #721144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721144

Black with #721144

Text Example


Text Example

White with #721144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721144; }

 p { color: rgb(114,17,68); }

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

background-color css

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

 a { background-color: rgb(114,17,68); }

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

border-color css

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

 span { border-color: rgb(114,17,68); }

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