Html Css Color HEX #720E47 Pompadour

📋 copy color: '#720E47'

red 114 ◦ green 14 ◦ blue 71

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

Shades of Pompadour #720E47

Tints of Pompadour #720E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.04%

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

R = 57.29%
G = 7.04%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#720E47 (or 0x720E47) is known color: Pompadour. HEX triplet: 72, 0E and 47. RGB value is (114,14,71). Sum of RGB (Red+Green+Blue) = 114+14+71=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #720E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720E47 is #8DF1B8. Grayscale: #323232. Windows color (decimal): -9302457 or 4656754. OLE color: 4656754.

HSL color Cylindrical-coordinate representation of color #720E47: hue angle of 325.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E47 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 71 -
CMYK 0 0.88 0.38 0.55
HSL 325.8º 0.78% 0.25% -
HSV(B) 325.8º 0.88% 0.45% -
XYZ 8.23 4.35 6.37 -
YUV 50.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 114 14 71 0 0.88 0.38 0.55 325.8 0.78 0.25
Hex 72 E 47 0 58 26 37 146 4E 19
Octal 162 16 107 0 130 46 67 506 116 31
Binary 1110010 1110 1000111 0 1011000 100110 110111 101000110 1001110 11001

Color Harmonies of #720E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E47

Black with #720E47

Text Example


Text Example

White with #720E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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