Html Css Color HEX #721950 Pompadour

📋 copy color: '#721950'

red 114 ◦ green 25 ◦ blue 80

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

Shades of Pompadour #721950

Tints of Pompadour #721950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 52.05%
G = 11.42%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#721950 (or 0x721950) is known color: Pompadour. HEX triplet: 72, 19 and 50. RGB value is (114,25,80). Sum of RGB (Red+Green+Blue) = 114+25+80=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721950 is #8DE6AF. Grayscale: #393939. Windows color (decimal): -9299632 or 5249394. OLE color: 5249394.

HSL color Cylindrical-coordinate representation of color #721950: hue angle of 322.92º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721950 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 80 -
CMYK 0 0.78 0.30 0.55
HSL 322.92º 0.64% 0.27% -
HSV(B) 322.92º 0.78% 0.45% -
XYZ 8.74 4.85 8.07 -
YUV 57.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 114 25 80 0 0.78 0.30 0.55 322.92 0.64 0.27
Hex 72 19 50 0 4E 1E 37 143 40 1B
Octal 162 31 120 0 116 36 67 503 100 33
Binary 1110010 11001 1010000 0 1001110 11110 110111 101000011 1000000 11011

Color Harmonies of #721950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721950

Black with #721950

Text Example


Text Example

White with #721950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721950; }

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

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

background-color css

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

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

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

border-color css

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

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

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