#721141

Color #721141 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #721141

Tints of Pompadour #721141

Color information

#721141 (or 0x721141) is unknown color: approx 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

RGB1141765-
CMYK00.850.430.55
HSL330.31º74.05%25.69%-
HSV(B)330.31º85.09%44.71%-
XYZ8.094.365.42-
YUV51.47135.64172.6-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114176500.850.430.55330.3174.0525.69
Hex7211410552B3714a4a1a
Octal162211010125536751211232
Binary111001010001100000101010101101011110111101001010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>