Html Css Color HEX #722050 Pompadour

📋 copy color: '#722050'

red 114 ◦ green 32 ◦ blue 80

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

Shades of Pompadour #722050

Tints of Pompadour #722050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

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

R = 50.44%
G = 14.16%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#722050 (or 0x722050) is known color: Pompadour. HEX triplet: 72, 20 and 50. RGB value is (114,32,80). Sum of RGB (Red+Green+Blue) = 114+32+80=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #722050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722050 is #8DDFAF. Grayscale: #3D3D3D. Windows color (decimal): -9297840 or 5251186. OLE color: 5251186.

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

Color convert

RGB 114 32 80 -
CMYK 0 0.72 0.30 0.55
HSL 324.88º 0.56% 0.29% -
HSV(B) 324.88º 0.72% 0.45% -
XYZ 8.9 5.19 8.12 -
YUV 61.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 114 32 80 0 0.72 0.30 0.55 324.88 0.56 0.29
Hex 72 20 50 0 48 1E 37 145 38 1D
Octal 162 40 120 0 110 36 67 505 70 35
Binary 1110010 100000 1010000 0 1001000 11110 110111 101000101 111000 11101

Color Harmonies of #722050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722050

Black with #722050

Text Example


Text Example

White with #722050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722050; }

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

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

background-color css

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

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

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

border-color css

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

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

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