Html Css Color HEX #721351 Pompadour

📋 copy color: '#721351'

red 114 ◦ green 19 ◦ blue 81

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

Shades of Pompadour #721351

Tints of Pompadour #721351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 53.27%
G = 8.88%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#721351 (or 0x721351) is known color: Pompadour. HEX triplet: 72, 13 and 51. RGB value is (114,19,81). Sum of RGB (Red+Green+Blue) = 114+19+81=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #721351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721351 is #8DECAE. Grayscale: #363636. Windows color (decimal): -9301167 or 5313394. OLE color: 5313394.

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

Color convert

RGB 114 19 81 -
CMYK 0 0.83 0.29 0.55
HSL 320.84º 0.71% 0.26% -
HSV(B) 320.84º 0.83% 0.45% -
XYZ 8.66 4.64 8.22 -
YUV 54.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 114 19 81 0 0.83 0.29 0.55 320.84 0.71 0.26
Hex 72 13 51 0 53 1D 37 141 47 1A
Octal 162 23 121 0 123 35 67 501 107 32
Binary 1110010 10011 1010001 0 1010011 11101 110111 101000001 1000111 11010

Color Harmonies of #721351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721351

Black with #721351

Text Example


Text Example

White with #721351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721351; }

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

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

background-color css

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

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

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

border-color css

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

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

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