Html Css Color HEX #721649 Pompadour

📋 copy color: '#721649'

red 114 ◦ green 22 ◦ blue 73

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

Shades of Pompadour #721649

Tints of Pompadour #721649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 54.55%
G = 10.53%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#721649 (or 0x721649) is known color: Pompadour. HEX triplet: 72, 16 and 49. RGB value is (114,22,73). Sum of RGB (Red+Green+Blue) = 114+22+73=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721649 is #8DE9B6. Grayscale: #373737. Windows color (decimal): -9300407 or 4789874. OLE color: 4789874.

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

Color convert

RGB 114 22 73 -
CMYK 0 0.81 0.36 0.55
HSL 326.74º 0.68% 0.27% -
HSV(B) 326.74º 0.81% 0.45% -
XYZ 8.43 4.63 6.75 -
YUV 55.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 114 22 73 0 0.81 0.36 0.55 326.74 0.68 0.27
Hex 72 16 49 0 51 24 37 147 44 1B
Octal 162 26 111 0 121 44 67 507 104 33
Binary 1110010 10110 1001001 0 1010001 100100 110111 101000111 1000100 11011

Color Harmonies of #721649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721649

Black with #721649

Text Example


Text Example

White with #721649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721649; }

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

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

background-color css

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

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

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

border-color css

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

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

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