Html Css Color HEX #721D50 Pompadour

📋 copy color: '#721D50'

red 114 ◦ green 29 ◦ blue 80

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

Shades of Pompadour #721D50

Tints of Pompadour #721D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13%

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 51.12%
G = 13%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#721D50 (or 0x721D50) is known color: Pompadour. HEX triplet: 72, 1D and 50. RGB value is (114,29,80). Sum of RGB (Red+Green+Blue) = 114+29+80=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #721D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D50 is #8DE2AF. Grayscale: #3C3C3C. Windows color (decimal): -9298608 or 5250418. OLE color: 5250418.

HSL color Cylindrical-coordinate representation of color #721D50: hue angle of 324º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D50 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 29 80 -
CMYK 0 0.75 0.30 0.55
HSL 324º 0.59% 0.28% -
HSV(B) 324º 0.75% 0.45% -
XYZ 8.83 5.04 8.1 -
YUV 60.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 114 29 80 0 0.75 0.30 0.55 324 0.59 0.28
Hex 72 1D 50 0 4B 1E 37 144 3B 1C
Octal 162 35 120 0 113 36 67 504 73 34
Binary 1110010 11101 1010000 0 1001011 11110 110111 101000100 111011 11100

Color Harmonies of #721D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D50

Black with #721D50

Text Example


Text Example

White with #721D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,29,80); }

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

background-color css

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

 a { background-color: rgb(114,29,80); }

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

border-color css

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

 span { border-color: rgb(114,29,80); }

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