Html Css Color HEX #721251 Pompadour

📋 copy color: '#721251'

red 114 ◦ green 18 ◦ blue 81

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

Shades of Pompadour #721251

Tints of Pompadour #721251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 53.52%
G = 8.45%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#721251 (or 0x721251) is known color: Pompadour. HEX triplet: 72, 12 and 51. RGB value is (114,18,81). Sum of RGB (Red+Green+Blue) = 114+18+81=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721251 is #8DEDAE. Grayscale: #353535. Windows color (decimal): -9301423 or 5313138. OLE color: 5313138.

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

Color convert

RGB 114 18 81 -
CMYK 0 0.84 0.29 0.55
HSL 320.63º 0.73% 0.26% -
HSV(B) 320.63º 0.84% 0.45% -
XYZ 8.64 4.6 8.22 -
YUV 53.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 114 18 81 0 0.84 0.29 0.55 320.63 0.73 0.26
Hex 72 12 51 0 54 1D 37 141 49 1A
Octal 162 22 121 0 124 35 67 501 111 32
Binary 1110010 10010 1010001 0 1010100 11101 110111 101000001 1001001 11010

Color Harmonies of #721251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721251

Black with #721251

Text Example


Text Example

White with #721251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721251; }

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

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

background-color css

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

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

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

border-color css

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

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

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