Html Css Color HEX #721A49 Pompadour

📋 copy color: '#721A49'

red 114 ◦ green 26 ◦ blue 73

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

Shades of Pompadour #721A49

Tints of Pompadour #721A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.21%

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

R = 53.52%
G = 12.21%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#721A49 (or 0x721A49) is known color: Pompadour. HEX triplet: 72, 1A and 49. RGB value is (114,26,73). Sum of RGB (Red+Green+Blue) = 114+26+73=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A49 is #8DE5B6. Grayscale: #393939. Windows color (decimal): -9299383 or 4790898. OLE color: 4790898.

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

Color convert

RGB 114 26 73 -
CMYK 0 0.77 0.36 0.55
HSL 327.95º 0.63% 0.27% -
HSV(B) 327.95º 0.77% 0.45% -
XYZ 8.51 4.8 6.78 -
YUV 57.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 114 26 73 0 0.77 0.36 0.55 327.95 0.63 0.27
Hex 72 1A 49 0 4D 24 37 148 3F 1B
Octal 162 32 111 0 115 44 67 510 77 33
Binary 1110010 11010 1001001 0 1001101 100100 110111 101001000 111111 11011

Color Harmonies of #721A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A49

Black with #721A49

Text Example


Text Example

White with #721A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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