Html Css Color HEX #720E4D Pompadour

📋 copy color: '#720E4D'

red 114 ◦ green 14 ◦ blue 77

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

Shades of Pompadour #720E4D

Tints of Pompadour #720E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 55.61%
G = 6.83%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#720E4D (or 0x720E4D) is known color: Pompadour. HEX triplet: 72, 0E and 4D. RGB value is (114,14,77). Sum of RGB (Red+Green+Blue) = 114+14+77=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #720E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E4D is #8DF1B2. Grayscale: #323232. Windows color (decimal): -9302451 or 5049970. OLE color: 5049970.

HSL color Cylindrical-coordinate representation of color #720E4D: hue angle of 322.2º 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 #720E4D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 77 -
CMYK 0 0.88 0.32 0.55
HSL 322.2º 0.78% 0.25% -
HSV(B) 322.2º 0.88% 0.45% -
XYZ 8.44 4.43 7.43 -
YUV 51.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 114 14 77 0 0.88 0.32 0.55 322.2 0.78 0.25
Hex 72 E 4D 0 58 20 37 142 4E 19
Octal 162 16 115 0 130 40 67 502 116 31
Binary 1110010 1110 1001101 0 1011000 100000 110111 101000010 1001110 11001

Color Harmonies of #720E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E4D

Black with #720E4D

Text Example


Text Example

White with #720E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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