Html Css Color HEX #722051 Pompadour

📋 copy color: '#722051'

red 114 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #722051

Tints of Pompadour #722051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 50.22%
G = 14.1%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#722051 (or 0x722051) is known color: Pompadour. HEX triplet: 72, 20 and 51. RGB value is (114,32,81). Sum of RGB (Red+Green+Blue) = 114+32+81=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #722051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722051 is #8DDFAE. Grayscale: #3D3D3D. Windows color (decimal): -9297839 or 5316722. OLE color: 5316722.

HSL color Cylindrical-coordinate representation of color #722051: hue angle of 324.15º 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 #722051 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 81 -
CMYK 0 0.72 0.29 0.55
HSL 324.15º 0.56% 0.29% -
HSV(B) 324.15º 0.72% 0.45% -
XYZ 8.94 5.2 8.32 -
YUV 62.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 114 32 81 0 0.72 0.29 0.55 324.15 0.56 0.29
Hex 72 20 51 0 48 1D 37 144 38 1D
Octal 162 40 121 0 110 35 67 504 70 35
Binary 1110010 100000 1010001 0 1001000 11101 110111 101000100 111000 11101

Color Harmonies of #722051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722051

Black with #722051

Text Example


Text Example

White with #722051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722051; }

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

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

background-color css

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

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

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

border-color css

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

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

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