Html Css Color HEX #721841 Pompadour

📋 copy color: '#721841'

red 114 ◦ green 24 ◦ blue 65

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

Shades of Pompadour #721841

Tints of Pompadour #721841

RGB

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

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

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

R = 56.16%
G = 11.82%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721841 (or 0x721841) is known color: Pompadour. HEX triplet: 72, 18 and 41. RGB value is (114,24,65). Sum of RGB (Red+Green+Blue) = 114+24+65=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #721841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721841 is #8DE7BE. Grayscale: #373737. Windows color (decimal): -9299903 or 4266098. OLE color: 4266098.

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

Color convert

RGB 114 24 65 -
CMYK 0 0.79 0.43 0.55
HSL 332.67º 0.65% 0.27% -
HSV(B) 332.67º 0.79% 0.45% -
XYZ 8.22 4.61 5.46 -
YUV 55.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 114 24 65 0 0.79 0.43 0.55 332.67 0.65 0.27
Hex 72 18 41 0 4F 2B 37 14D 41 1B
Octal 162 30 101 0 117 53 67 515 101 33
Binary 1110010 11000 1000001 0 1001111 101011 110111 101001101 1000001 11011

Color Harmonies of #721841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721841

Black with #721841

Text Example


Text Example

White with #721841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721841; }

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

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

background-color css

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

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

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

border-color css

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

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

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