Html Css Color HEX #721840 Pompadour

📋 copy color: '#721840'

red 114 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #721840

Tints of Pompadour #721840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 56.44%
G = 11.88%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#721840 (or 0x721840) is known color: Pompadour. HEX triplet: 72, 18 and 40. RGB value is (114,24,64). Sum of RGB (Red+Green+Blue) = 114+24+64=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #721840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721840 is #8DE7BF. Grayscale: #373737. Windows color (decimal): -9299904 or 4200562. OLE color: 4200562.

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

Color convert

RGB 114 24 64 -
CMYK 0 0.79 0.44 0.55
HSL 333.33º 0.65% 0.27% -
HSV(B) 333.33º 0.79% 0.45% -
XYZ 8.19 4.6 5.31 -
YUV 55.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 114 24 64 0 0.79 0.44 0.55 333.33 0.65 0.27
Hex 72 18 40 0 4F 2C 37 14D 41 1B
Octal 162 30 100 0 117 54 67 515 101 33
Binary 1110010 11000 1000000 0 1001111 101100 110111 101001101 1000001 11011

Color Harmonies of #721840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721840

Black with #721840

Text Example


Text Example

White with #721840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721840; }

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

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

background-color css

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

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

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

border-color css

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

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

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