Html Css Color HEX #721751 Pompadour

📋 copy color: '#721751'

red 114 ◦ green 23 ◦ blue 81

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

Shades of Pompadour #721751

Tints of Pompadour #721751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 52.29%
G = 10.55%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#721751 (or 0x721751) is known color: Pompadour. HEX triplet: 72, 17 and 51. RGB value is (114,23,81). Sum of RGB (Red+Green+Blue) = 114+23+81=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721751 is #8DE8AE. Grayscale: #383838. Windows color (decimal): -9300143 or 5314418. OLE color: 5314418.

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

Color convert

RGB 114 23 81 -
CMYK 0 0.80 0.29 0.55
HSL 321.76º 0.66% 0.27% -
HSV(B) 321.76º 0.8% 0.45% -
XYZ 8.73 4.78 8.25 -
YUV 56.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 114 23 81 0 0.80 0.29 0.55 321.76 0.66 0.27
Hex 72 17 51 0 50 1D 37 142 42 1B
Octal 162 27 121 0 120 35 67 502 102 33
Binary 1110010 10111 1010001 0 1010000 11101 110111 101000010 1000010 11011

Color Harmonies of #721751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721751

Black with #721751

Text Example


Text Example

White with #721751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721751; }

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

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

background-color css

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

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

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

border-color css

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

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

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