Html Css Color HEX #722244 Pompadour

📋 copy color: '#722244'

red 114 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #722244

Tints of Pompadour #722244

RGB

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

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

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

R = 52.78%
G = 15.74%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#722244 (or 0x722244) is known color: Pompadour. HEX triplet: 72, 22 and 44. RGB value is (114,34,68). Sum of RGB (Red+Green+Blue) = 114+34+68=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #722244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722244 is #8DDDBB. Grayscale: #3D3D3D. Windows color (decimal): -9297340 or 4465266. OLE color: 4465266.

HSL color Cylindrical-coordinate representation of color #722244: hue angle of 334.5º 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 #722244 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 68 -
CMYK 0 0.70 0.40 0.55
HSL 334.5º 0.54% 0.29% -
HSV(B) 334.5º 0.7% 0.45% -
XYZ 8.55 5.14 6.01 -
YUV 61.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 114 34 68 0 0.70 0.40 0.55 334.5 0.54 0.29
Hex 72 22 44 0 46 28 37 14E 36 1D
Octal 162 42 104 0 106 50 67 516 66 35
Binary 1110010 100010 1000100 0 1000110 101000 110111 101001110 110110 11101

Color Harmonies of #722244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722244

Black with #722244

Text Example


Text Example

White with #722244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722244; }

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

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

background-color css

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

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

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

border-color css

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

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

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