Html Css Color HEX #721A51 Pompadour

📋 copy color: '#721A51'

red 114 ◦ green 26 ◦ blue 81

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

Shades of Pompadour #721A51

Tints of Pompadour #721A51

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

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

R = 51.58%
G = 11.76%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#721A51 (or 0x721A51) is known color: Pompadour. HEX triplet: 72, 1A and 51. RGB value is (114,26,81). Sum of RGB (Red+Green+Blue) = 114+26+81=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A51 is #8DE5AE. Grayscale: #3A3A3A. Windows color (decimal): -9299375 or 5315186. OLE color: 5315186.

HSL color Cylindrical-coordinate representation of color #721A51: hue angle of 322.5º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A51 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 26 81 -
CMYK 0 0.77 0.29 0.55
HSL 322.5º 0.63% 0.27% -
HSV(B) 322.5º 0.77% 0.45% -
XYZ 8.79 4.91 8.27 -
YUV 58.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 114 26 81 0 0.77 0.29 0.55 322.5 0.63 0.27
Hex 72 1A 51 0 4D 1D 37 142 3F 1B
Octal 162 32 121 0 115 35 67 502 77 33
Binary 1110010 11010 1010001 0 1001101 11101 110111 101000010 111111 11011

Color Harmonies of #721A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721A51

Black with #721A51

Text Example


Text Example

White with #721A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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