Html Css Color HEX #721240 Pompadour

📋 copy color: '#721240'

red 114 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #721240

Tints of Pompadour #721240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 58.16%
G = 9.18%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#721240 (or 0x721240) is known color: Pompadour. HEX triplet: 72, 12 and 40. RGB value is (114,18,64). Sum of RGB (Red+Green+Blue) = 114+18+64=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #721240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721240 is #8DEDBF. Grayscale: #333333. Windows color (decimal): -9301440 or 4199026. OLE color: 4199026.

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

Color convert

RGB 114 18 64 -
CMYK 0 0.84 0.44 0.55
HSL 331.25º 0.73% 0.26% -
HSV(B) 331.25º 0.84% 0.45% -
XYZ 8.08 4.38 5.27 -
YUV 51.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 114 18 64 0 0.84 0.44 0.55 331.25 0.73 0.26
Hex 72 12 40 0 54 2C 37 14B 49 1A
Octal 162 22 100 0 124 54 67 513 111 32
Binary 1110010 10010 1000000 0 1010100 101100 110111 101001011 1001001 11010

Color Harmonies of #721240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721240

Black with #721240

Text Example


Text Example

White with #721240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721240; }

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

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

background-color css

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

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

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

border-color css

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

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

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