Html Css Color HEX #722249 Pompadour

📋 copy color: '#722249'

red 114 ◦ green 34 ◦ blue 73

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

Shades of Pompadour #722249

Tints of Pompadour #722249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 51.58%
G = 15.38%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#722249 (or 0x722249) is known color: Pompadour. HEX triplet: 72, 22 and 49. RGB value is (114,34,73). Sum of RGB (Red+Green+Blue) = 114+34+73=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #722249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722249 is #8DDDB6. Grayscale: #3E3E3E. Windows color (decimal): -9297335 or 4792946. OLE color: 4792946.

HSL color Cylindrical-coordinate representation of color #722249: hue angle of 330.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722249 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 73 -
CMYK 0 0.70 0.36 0.55
HSL 330.75º 0.54% 0.29% -
HSV(B) 330.75º 0.7% 0.45% -
XYZ 8.71 5.2 6.85 -
YUV 62.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 114 34 73 0 0.70 0.36 0.55 330.75 0.54 0.29
Hex 72 22 49 0 46 24 37 14B 36 1D
Octal 162 42 111 0 106 44 67 513 66 35
Binary 1110010 100010 1001001 0 1000110 100100 110111 101001011 110110 11101

Color Harmonies of #722249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722249

Black with #722249

Text Example


Text Example

White with #722249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722249; }

 p { color: rgb(114,34,73); }

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

background-color css

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

 a { background-color: rgb(114,34,73); }

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

border-color css

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

 span { border-color: rgb(114,34,73); }

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