Html Css Color HEX #722140 Pompadour

📋 copy color: '#722140'

red 114 ◦ green 33 ◦ blue 64

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

Shades of Pompadour #722140

Tints of Pompadour #722140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

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

R = 54.03%
G = 15.64%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#722140 (or 0x722140) is known color: Pompadour. HEX triplet: 72, 21 and 40. RGB value is (114,33,64). Sum of RGB (Red+Green+Blue) = 114+33+64=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #722140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722140 is #8DDEBF. Grayscale: #3C3C3C. Windows color (decimal): -9297600 or 4202866. OLE color: 4202866.

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

Color convert

RGB 114 33 64 -
CMYK 0 0.71 0.44 0.55
HSL 337.04º 0.55% 0.29% -
HSV(B) 337.04º 0.71% 0.45% -
XYZ 8.41 5.04 5.38 -
YUV 60.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 114 33 64 0 0.71 0.44 0.55 337.04 0.55 0.29
Hex 72 21 40 0 47 2C 37 151 37 1D
Octal 162 41 100 0 107 54 67 521 67 35
Binary 1110010 100001 1000000 0 1000111 101100 110111 101010001 110111 11101

Color Harmonies of #722140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722140

Black with #722140

Text Example


Text Example

White with #722140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722140; }

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

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

background-color css

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

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

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

border-color css

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

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

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