Html Css Color HEX #720F47 Pompadour

📋 copy color: '#720F47'

red 114 ◦ green 15 ◦ blue 71

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

Shades of Pompadour #720F47

Tints of Pompadour #720F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.5%

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

R = 57%
G = 7.5%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#720F47 (or 0x720F47) is known color: Pompadour. HEX triplet: 72, 0F and 47. RGB value is (114,15,71). Sum of RGB (Red+Green+Blue) = 114+15+71=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #720F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F47 is #8DF0B8. Grayscale: #323232. Windows color (decimal): -9302201 or 4657010. OLE color: 4657010.

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

Color convert

RGB 114 15 71 -
CMYK 0 0.87 0.38 0.55
HSL 326.06º 0.77% 0.25% -
HSV(B) 326.06º 0.87% 0.45% -
XYZ 8.25 4.37 6.37 -
YUV 50.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 114 15 71 0 0.87 0.38 0.55 326.06 0.77 0.25
Hex 72 F 47 0 57 26 37 146 4D 19
Octal 162 17 107 0 127 46 67 506 115 31
Binary 1110010 1111 1000111 0 1010111 100110 110111 101000110 1001101 11001

Color Harmonies of #720F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F47

Black with #720F47

Text Example


Text Example

White with #720F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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