Html Css Color HEX #721E50 Pompadour

📋 copy color: '#721E50'

red 114 ◦ green 30 ◦ blue 80

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

Shades of Pompadour #721E50

Tints of Pompadour #721E50

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.39%

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

R = 50.89%
G = 13.39%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#721E50 (or 0x721E50) is known color: Pompadour. HEX triplet: 72, 1E and 50. RGB value is (114,30,80). Sum of RGB (Red+Green+Blue) = 114+30+80=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #721E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E50 is #8DE1AF. Grayscale: #3C3C3C. Windows color (decimal): -9298352 or 5250674. OLE color: 5250674.

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

Color convert

RGB 114 30 80 -
CMYK 0 0.74 0.30 0.55
HSL 324.29º 0.58% 0.28% -
HSV(B) 324.29º 0.74% 0.45% -
XYZ 8.85 5.09 8.1 -
YUV 60.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 114 30 80 0 0.74 0.30 0.55 324.29 0.58 0.28
Hex 72 1E 50 0 4A 1E 37 144 3A 1C
Octal 162 36 120 0 112 36 67 504 72 34
Binary 1110010 11110 1010000 0 1001010 11110 110111 101000100 111010 11100

Color Harmonies of #721E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E50

Black with #721E50

Text Example


Text Example

White with #721E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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