Html Css Color HEX #722040 Pompadour

📋 copy color: '#722040'

red 114 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #722040

Tints of Pompadour #722040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 54.29%
G = 15.24%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#722040 (or 0x722040) is known color: Pompadour. HEX triplet: 72, 20 and 40. RGB value is (114,32,64). Sum of RGB (Red+Green+Blue) = 114+32+64=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #722040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722040 is #8DDFBF. Grayscale: #3C3C3C. Windows color (decimal): -9297856 or 4202610. OLE color: 4202610.

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

Color convert

RGB 114 32 64 -
CMYK 0 0.72 0.44 0.55
HSL 336.59º 0.56% 0.29% -
HSV(B) 336.59º 0.72% 0.45% -
XYZ 8.38 4.98 5.37 -
YUV 60.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 114 32 64 0 0.72 0.44 0.55 336.59 0.56 0.29
Hex 72 20 40 0 48 2C 37 151 38 1D
Octal 162 40 100 0 110 54 67 521 70 35
Binary 1110010 100000 1000000 0 1001000 101100 110111 101010001 111000 11101

Color Harmonies of #722040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722040

Black with #722040

Text Example


Text Example

White with #722040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722040; }

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

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

background-color css

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

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

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

border-color css

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

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

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