Html Css Color HEX #721140 Pompadour

📋 copy color: '#721140'

red 114 ◦ green 17 ◦ blue 64

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

Shades of Pompadour #721140

Tints of Pompadour #721140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

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

R = 58.46%
G = 8.72%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#721140 (or 0x721140) is known color: Pompadour. HEX triplet: 72, 11 and 40. RGB value is (114,17,64). Sum of RGB (Red+Green+Blue) = 114+17+64=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #721140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721140 is #8DEEBF. Grayscale: #333333. Windows color (decimal): -9301696 or 4198770. OLE color: 4198770.

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

Color convert

RGB 114 17 64 -
CMYK 0 0.85 0.44 0.55
HSL 330.93º 0.74% 0.26% -
HSV(B) 330.93º 0.85% 0.45% -
XYZ 8.07 4.35 5.26 -
YUV 51.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 114 17 64 0 0.85 0.44 0.55 330.93 0.74 0.26
Hex 72 11 40 0 55 2C 37 14B 4A 1A
Octal 162 21 100 0 125 54 67 513 112 32
Binary 1110010 10001 1000000 0 1010101 101100 110111 101001011 1001010 11010

Color Harmonies of #721140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721140

Black with #721140

Text Example


Text Example

White with #721140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721140; }

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

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

background-color css

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

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

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

border-color css

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

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

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