Html Css Color HEX #721152 Pompadour

📋 copy color: '#721152'

red 114 ◦ green 17 ◦ blue 82

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

Shades of Pompadour #721152

Tints of Pompadour #721152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.5%

R = 53.52%
G = 7.98%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#721152 (or 0x721152) is known color: Pompadour. HEX triplet: 72, 11 and 52. RGB value is (114,17,82). Sum of RGB (Red+Green+Blue) = 114+17+82=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721152 is #8DEEAD. Grayscale: #353535. Windows color (decimal): -9301678 or 5378418. OLE color: 5378418.

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

Color convert

RGB 114 17 82 -
CMYK 0 0.85 0.28 0.55
HSL 319.79º 0.74% 0.26% -
HSV(B) 319.79º 0.85% 0.45% -
XYZ 8.66 4.59 8.41 -
YUV 53.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 114 17 82 0 0.85 0.28 0.55 319.79 0.74 0.26
Hex 72 11 52 0 55 1C 37 140 4A 1A
Octal 162 21 122 0 125 34 67 500 112 32
Binary 1110010 10001 1010010 0 1010101 11100 110111 101000000 1001010 11010

Color Harmonies of #721152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721152

Black with #721152

Text Example


Text Example

White with #721152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721152; }

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

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

background-color css

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

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

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

border-color css

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

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

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