Html Css Color HEX #721154 Pompadour

📋 copy color: '#721154'

red 114 ◦ green 17 ◦ blue 84

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

Shades of Pompadour #721154

Tints of Pompadour #721154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.91%

 BLUE value IS 84 (33.2% from 255) = 39.07%

R = 53.02%
G = 7.91%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#721154 (or 0x721154) is known color: Pompadour. HEX triplet: 72, 11 and 54. RGB value is (114,17,84). Sum of RGB (Red+Green+Blue) = 114+17+84=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721154 is #8DEEAB. Grayscale: #353535. Windows color (decimal): -9301676 or 5509490. OLE color: 5509490.

HSL color Cylindrical-coordinate representation of color #721154: hue angle of 318.56º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721154 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 84 -
CMYK 0 0.85 0.26 0.55
HSL 318.56º 0.74% 0.26% -
HSV(B) 318.56º 0.85% 0.45% -
XYZ 8.74 4.62 8.82 -
YUV 53.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 114 17 84 0 0.85 0.26 0.55 318.56 0.74 0.26
Hex 72 11 54 0 55 1A 37 13F 4A 1A
Octal 162 21 124 0 125 32 67 477 112 32
Binary 1110010 10001 1010100 0 1010101 11010 110111 100111111 1001010 11010

Color Harmonies of #721154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721154

Black with #721154

Text Example


Text Example

White with #721154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721154; }

 p { color: rgb(114,17,84); }

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

background-color css

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

 a { background-color: rgb(114,17,84); }

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

border-color css

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

 span { border-color: rgb(114,17,84); }

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