Html Css Color HEX #721940 Pompadour

📋 copy color: '#721940'

red 114 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #721940

Tints of Pompadour #721940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 56.16%
G = 12.32%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#721940 (or 0x721940) is known color: Pompadour. HEX triplet: 72, 19 and 40. RGB value is (114,25,64). Sum of RGB (Red+Green+Blue) = 114+25+64=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #721940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721940 is #8DE6BF. Grayscale: #373737. Windows color (decimal): -9299648 or 4200818. OLE color: 4200818.

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

Color convert

RGB 114 25 64 -
CMYK 0 0.78 0.44 0.55
HSL 333.71º 0.64% 0.27% -
HSV(B) 333.71º 0.78% 0.45% -
XYZ 8.21 4.64 5.31 -
YUV 56.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 114 25 64 0 0.78 0.44 0.55 333.71 0.64 0.27
Hex 72 19 40 0 4E 2C 37 14E 40 1B
Octal 162 31 100 0 116 54 67 516 100 33
Binary 1110010 11001 1000000 0 1001110 101100 110111 101001110 1000000 11011

Color Harmonies of #721940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721940

Black with #721940

Text Example


Text Example

White with #721940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721940; }

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

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

background-color css

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

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

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

border-color css

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

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

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