Html Css Color HEX #721141 Pompadour

📋 copy color: '#721141'

red 114 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #721141

Tints of Pompadour #721141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 58.16%
G = 8.67%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#721141 (or 0x721141) is known color: Pompadour. HEX triplet: 72, 11 and 41. RGB value is (114,17,65). Sum of RGB (Red+Green+Blue) = 114+17+65=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #721141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721141 is #8DEEBE. Grayscale: #333333. Windows color (decimal): -9301695 or 4264306. OLE color: 4264306.

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

Color convert

RGB 114 17 65 -
CMYK 0 0.85 0.43 0.55
HSL 330.31º 0.74% 0.26% -
HSV(B) 330.31º 0.85% 0.45% -
XYZ 8.09 4.36 5.42 -
YUV 51.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 114 17 65 0 0.85 0.43 0.55 330.31 0.74 0.26
Hex 72 11 41 0 55 2B 37 14A 4A 1A
Octal 162 21 101 0 125 53 67 512 112 32
Binary 1110010 10001 1000001 0 1010101 101011 110111 101001010 1001010 11010

Color Harmonies of #721141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721141

Black with #721141

Text Example


Text Example

White with #721141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721141; }

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

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

background-color css

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

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

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

border-color css

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

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

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