Html Css Color HEX #72224A Pompadour

📋 copy color: '#72224A'

red 114 ◦ green 34 ◦ blue 74

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

Shades of Pompadour #72224A

Tints of Pompadour #72224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 51.35%
G = 15.32%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72224A (or 0x72224A) is known color: Pompadour. HEX triplet: 72, 22 and 4A. RGB value is (114,34,74). Sum of RGB (Red+Green+Blue) = 114+34+74=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72224A is #8DDDB5. Grayscale: #3E3E3E. Windows color (decimal): -9297334 or 4858482. OLE color: 4858482.

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

Color convert

RGB 114 34 74 -
CMYK 0 0.70 0.35 0.55
HSL 330º 0.54% 0.29% -
HSV(B) 330º 0.7% 0.45% -
XYZ 8.75 5.22 7.02 -
YUV 62.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 114 34 74 0 0.70 0.35 0.55 330 0.54 0.29
Hex 72 22 4A 0 46 23 37 14A 36 1D
Octal 162 42 112 0 106 43 67 512 66 35
Binary 1110010 100010 1001010 0 1000110 100011 110111 101001010 110110 11101

Color Harmonies of #72224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72224A

Black with #72224A

Text Example


Text Example

White with #72224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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