Html Css Color HEX #721849 Pompadour

📋 copy color: '#721849'

red 114 ◦ green 24 ◦ blue 73

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

Shades of Pompadour #721849

Tints of Pompadour #721849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 54.03%
G = 11.37%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#721849 (or 0x721849) is known color: Pompadour. HEX triplet: 72, 18 and 49. RGB value is (114,24,73). Sum of RGB (Red+Green+Blue) = 114+24+73=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721849 is #8DE7B6. Grayscale: #383838. Windows color (decimal): -9299895 or 4790386. OLE color: 4790386.

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

Color convert

RGB 114 24 73 -
CMYK 0 0.79 0.36 0.55
HSL 327.33º 0.65% 0.27% -
HSV(B) 327.33º 0.79% 0.45% -
XYZ 8.47 4.71 6.77 -
YUV 56.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 114 24 73 0 0.79 0.36 0.55 327.33 0.65 0.27
Hex 72 18 49 0 4F 24 37 147 41 1B
Octal 162 30 111 0 117 44 67 507 101 33
Binary 1110010 11000 1001001 0 1001111 100100 110111 101000111 1000001 11011

Color Harmonies of #721849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721849

Black with #721849

Text Example


Text Example

White with #721849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721849; }

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

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

background-color css

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

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

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

border-color css

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

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

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