Html Css Color HEX #722144 Pompadour

📋 copy color: '#722144'

red 114 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #722144

Tints of Pompadour #722144

RGB

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

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

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

R = 53.02%
G = 15.35%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#722144 (or 0x722144) is known color: Pompadour. HEX triplet: 72, 21 and 44. RGB value is (114,33,68). Sum of RGB (Red+Green+Blue) = 114+33+68=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #722144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722144 is #8DDEBB. Grayscale: #3D3D3D. Windows color (decimal): -9297596 or 4465010. OLE color: 4465010.

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

Color convert

RGB 114 33 68 -
CMYK 0 0.71 0.40 0.55
HSL 334.07º 0.55% 0.29% -
HSV(B) 334.07º 0.71% 0.45% -
XYZ 8.53 5.08 6 -
YUV 61.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 114 33 68 0 0.71 0.40 0.55 334.07 0.55 0.29
Hex 72 21 44 0 47 28 37 14E 37 1D
Octal 162 41 104 0 107 50 67 516 67 35
Binary 1110010 100001 1000100 0 1000111 101000 110111 101001110 110111 11101

Color Harmonies of #722144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722144

Black with #722144

Text Example


Text Example

White with #722144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722144; }

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

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

background-color css

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

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

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

border-color css

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

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

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