Html Css Color HEX #72214A Pompadour

📋 copy color: '#72214A'

red 114 ◦ green 33 ◦ blue 74

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

Shades of Pompadour #72214A

Tints of Pompadour #72214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

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

R = 51.58%
G = 14.93%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72214A (or 0x72214A) is known color: Pompadour. HEX triplet: 72, 21 and 4A. RGB value is (114,33,74). Sum of RGB (Red+Green+Blue) = 114+33+74=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72214A is #8DDEB5. Grayscale: #3D3D3D. Windows color (decimal): -9297590 or 4858226. OLE color: 4858226.

HSL color Cylindrical-coordinate representation of color #72214A: hue angle of 329.63º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72214A is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 74 -
CMYK 0 0.71 0.35 0.55
HSL 329.63º 0.55% 0.29% -
HSV(B) 329.63º 0.71% 0.45% -
XYZ 8.72 5.16 7.01 -
YUV 61.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 114 33 74 0 0.71 0.35 0.55 329.63 0.55 0.29
Hex 72 21 4A 0 47 23 37 14A 37 1D
Octal 162 41 112 0 107 43 67 512 67 35
Binary 1110010 100001 1001010 0 1000111 100011 110111 101001010 110111 11101

Color Harmonies of #72214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72214A

Black with #72214A

Text Example


Text Example

White with #72214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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