Html Css Color HEX #721551 Pompadour

📋 copy color: '#721551'

red 114 ◦ green 21 ◦ blue 81

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

Shades of Pompadour #721551

Tints of Pompadour #721551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 52.78%
G = 9.72%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#721551 (or 0x721551) is known color: Pompadour. HEX triplet: 72, 15 and 51. RGB value is (114,21,81). Sum of RGB (Red+Green+Blue) = 114+21+81=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721551 is #8DEAAE. Grayscale: #373737. Windows color (decimal): -9300655 or 5313906. OLE color: 5313906.

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

Color convert

RGB 114 21 81 -
CMYK 0 0.82 0.29 0.55
HSL 321.29º 0.69% 0.26% -
HSV(B) 321.29º 0.82% 0.45% -
XYZ 8.69 4.71 8.24 -
YUV 55.65 142.31 169.62 -
System Red Green Blue C M Y K H S L
Decimal 114 21 81 0 0.82 0.29 0.55 321.29 0.69 0.26
Hex 72 15 51 0 52 1D 37 141 45 1A
Octal 162 25 121 0 122 35 67 501 105 32
Binary 1110010 10101 1010001 0 1010010 11101 110111 101000001 1000101 11010

Color Harmonies of #721551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721551

Black with #721551

Text Example


Text Example

White with #721551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721551; }

 p { color: rgb(114,21,81); }

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

background-color css

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

 a { background-color: rgb(114,21,81); }

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

border-color css

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

 span { border-color: rgb(114,21,81); }

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