Html Css Color HEX #721241 Pompadour

📋 copy color: '#721241'

red 114 ◦ green 18 ◦ blue 65

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

Shades of Pompadour #721241

Tints of Pompadour #721241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

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

R = 57.87%
G = 9.14%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721241 (or 0x721241) is known color: Pompadour. HEX triplet: 72, 12 and 41. RGB value is (114,18,65). Sum of RGB (Red+Green+Blue) = 114+18+65=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #721241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721241 is #8DEDBE. Grayscale: #333333. Windows color (decimal): -9301439 or 4264562. OLE color: 4264562.

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

Color convert

RGB 114 18 65 -
CMYK 0 0.84 0.43 0.55
HSL 330.63º 0.73% 0.26% -
HSV(B) 330.63º 0.84% 0.45% -
XYZ 8.11 4.39 5.42 -
YUV 52.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 114 18 65 0 0.84 0.43 0.55 330.63 0.73 0.26
Hex 72 12 41 0 54 2B 37 14B 49 1A
Octal 162 22 101 0 124 53 67 513 111 32
Binary 1110010 10010 1000001 0 1010100 101011 110111 101001011 1001001 11010

Color Harmonies of #721241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721241

Black with #721241

Text Example


Text Example

White with #721241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721241; }

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

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

background-color css

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

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

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

border-color css

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

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

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