Html Css Color HEX #721050 Pompadour

📋 copy color: '#721050'

red 114 ◦ green 16 ◦ blue 80

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

Shades of Pompadour #721050

Tints of Pompadour #721050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 54.29%
G = 7.62%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#721050 (or 0x721050) is known color: Pompadour. HEX triplet: 72, 10 and 50. RGB value is (114,16,80). Sum of RGB (Red+Green+Blue) = 114+16+80=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721050 is #8DEFAF. Grayscale: #343434. Windows color (decimal): -9301936 or 5247090. OLE color: 5247090.

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

Color convert

RGB 114 16 80 -
CMYK 0 0.86 0.30 0.55
HSL 320.82º 0.75% 0.25% -
HSV(B) 320.82º 0.86% 0.45% -
XYZ 8.57 4.53 8.01 -
YUV 52.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 114 16 80 0 0.86 0.30 0.55 320.82 0.75 0.25
Hex 72 10 50 0 56 1E 37 141 4B 19
Octal 162 20 120 0 126 36 67 501 113 31
Binary 1110010 10000 1010000 0 1010110 11110 110111 101000001 1001011 11001

Color Harmonies of #721050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721050

Black with #721050

Text Example


Text Example

White with #721050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721050; }

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

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

background-color css

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

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

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

border-color css

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

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

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