Html Css Color HEX #722147 Pompadour

📋 copy color: '#722147'

red 114 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #722147

Tints of Pompadour #722147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 52.29%
G = 15.14%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#722147 (or 0x722147) is known color: Pompadour. HEX triplet: 72, 21 and 47. RGB value is (114,33,71). Sum of RGB (Red+Green+Blue) = 114+33+71=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #722147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722147 is #8DDEB8. Grayscale: #3D3D3D. Windows color (decimal): -9297593 or 4661618. OLE color: 4661618.

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

Color convert

RGB 114 33 71 -
CMYK 0 0.71 0.38 0.55
HSL 331.85º 0.55% 0.29% -
HSV(B) 331.85º 0.71% 0.45% -
XYZ 8.62 5.12 6.5 -
YUV 61.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 114 33 71 0 0.71 0.38 0.55 331.85 0.55 0.29
Hex 72 21 47 0 47 26 37 14C 37 1D
Octal 162 41 107 0 107 46 67 514 67 35
Binary 1110010 100001 1000111 0 1000111 100110 110111 101001100 110111 11101

Color Harmonies of #722147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722147

Black with #722147

Text Example


Text Example

White with #722147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722147; }

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

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

background-color css

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

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

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

border-color css

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

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

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