Html Css Color HEX #722240 Pompadour

📋 copy color: '#722240'

red 114 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #722240

Tints of Pompadour #722240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

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

R = 53.77%
G = 16.04%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#722240 (or 0x722240) is known color: Pompadour. HEX triplet: 72, 22 and 40. RGB value is (114,34,64). Sum of RGB (Red+Green+Blue) = 114+34+64=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #722240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722240 is #8DDDBF. Grayscale: #3D3D3D. Windows color (decimal): -9297344 or 4203122. OLE color: 4203122.

HSL color Cylindrical-coordinate representation of color #722240: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722240 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 64 -
CMYK 0 0.70 0.44 0.55
HSL 337.5º 0.54% 0.29% -
HSV(B) 337.5º 0.7% 0.45% -
XYZ 8.44 5.09 5.39 -
YUV 61.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 114 34 64 0 0.70 0.44 0.55 337.5 0.54 0.29
Hex 72 22 40 0 46 2C 37 152 36 1D
Octal 162 42 100 0 106 54 67 522 66 35
Binary 1110010 100010 1000000 0 1000110 101100 110111 101010010 110110 11101

Color Harmonies of #722240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722240

Black with #722240

Text Example


Text Example

White with #722240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722240; }

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

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

background-color css

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

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

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

border-color css

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

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

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