Html Css Color HEX #721847 Pompadour

📋 copy color: '#721847'

red 114 ◦ green 24 ◦ blue 71

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

Shades of Pompadour #721847

Tints of Pompadour #721847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.97%

R = 54.55%
G = 11.48%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#721847 (or 0x721847) is known color: Pompadour. HEX triplet: 72, 18 and 47. RGB value is (114,24,71). Sum of RGB (Red+Green+Blue) = 114+24+71=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721847 is #8DE7B8. Grayscale: #383838. Windows color (decimal): -9299897 or 4659314. OLE color: 4659314.

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

Color convert

RGB 114 24 71 -
CMYK 0 0.79 0.38 0.55
HSL 328.67º 0.65% 0.27% -
HSV(B) 328.67º 0.79% 0.45% -
XYZ 8.4 4.69 6.42 -
YUV 56.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 114 24 71 0 0.79 0.38 0.55 328.67 0.65 0.27
Hex 72 18 47 0 4F 26 37 149 41 1B
Octal 162 30 107 0 117 46 67 511 101 33
Binary 1110010 11000 1000111 0 1001111 100110 110111 101001001 1000001 11011

Color Harmonies of #721847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721847

Black with #721847

Text Example


Text Example

White with #721847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721847; }

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

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

background-color css

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

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

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

border-color css

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

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

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