Html Css Color HEX #721F49 Pompadour

📋 copy color: '#721F49'

red 114 ◦ green 31 ◦ blue 73

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

Shades of Pompadour #721F49

Tints of Pompadour #721F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 73 (28.91% from 255) = 33.49%

R = 52.29%
G = 14.22%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#721F49 (or 0x721F49) is known color: Pompadour. HEX triplet: 72, 1F and 49. RGB value is (114,31,73). Sum of RGB (Red+Green+Blue) = 114+31+73=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F49 is #8DE0B6. Grayscale: #3C3C3C. Windows color (decimal): -9298103 or 4792178. OLE color: 4792178.

HSL color Cylindrical-coordinate representation of color #721F49: hue angle of 329.64º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #721F49 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 31 73 -
CMYK 0 0.73 0.36 0.55
HSL 329.64º 0.57% 0.28% -
HSV(B) 329.64º 0.73% 0.45% -
XYZ 8.63 5.04 6.82 -
YUV 60.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 114 31 73 0 0.73 0.36 0.55 329.64 0.57 0.28
Hex 72 1F 49 0 49 24 37 14A 39 1C
Octal 162 37 111 0 111 44 67 512 71 34
Binary 1110010 11111 1001001 0 1001001 100100 110111 101001010 111001 11100

Color Harmonies of #721F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721F49

Black with #721F49

Text Example


Text Example

White with #721F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721F49; }

 p { color: rgb(114,31,73); }

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

background-color css

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

 a { background-color: rgb(114,31,73); }

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

border-color css

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

 span { border-color: rgb(114,31,73); }

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