Html Css Color HEX #721941 Pompadour

📋 copy color: '#721941'

red 114 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #721941

Tints of Pompadour #721941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.86%

R = 55.88%
G = 12.25%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721941 (or 0x721941) is known color: Pompadour. HEX triplet: 72, 19 and 41. RGB value is (114,25,65). Sum of RGB (Red+Green+Blue) = 114+25+65=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #721941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721941 is #8DE6BE. Grayscale: #383838. Windows color (decimal): -9299647 or 4266354. OLE color: 4266354.

HSL color Cylindrical-coordinate representation of color #721941: hue angle of 333.03º 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 #721941 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 65 -
CMYK 0 0.78 0.43 0.55
HSL 333.03º 0.64% 0.27% -
HSV(B) 333.03º 0.78% 0.45% -
XYZ 8.24 4.65 5.47 -
YUV 56.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 114 25 65 0 0.78 0.43 0.55 333.03 0.64 0.27
Hex 72 19 41 0 4E 2B 37 14D 40 1B
Octal 162 31 101 0 116 53 67 515 100 33
Binary 1110010 11001 1000001 0 1001110 101011 110111 101001101 1000000 11011

Color Harmonies of #721941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721941

Black with #721941

Text Example


Text Example

White with #721941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721941; }

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

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

background-color css

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

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

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

border-color css

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

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

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