#721D43

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

Shades of Pompadour #721D43

Tints of Pompadour #721D43

Color information

#721D43 (or 0x721D43) is unknown color: approx Pompadour. HEX triplet: 72, 1D and 43. RGB value is (114,29,67). Sum of RGB (Red+Green+Blue) = 114+29+67=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D43 is #8DE2BC. Grayscale: #3A3A3A. Windows color (decimal): -9298621 or 4398450. OLE color: 4398450.

HSL color Cylindrical-coordinate representation of color #721D43: hue angle of 333.18º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721D43 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1142967-
CMYK00.750.410.55
HSL333.18º59.44%28.04%-
HSV(B)333.18º74.56%44.71%-
XYZ8.394.865.81-
YUV58.75132.66167.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=54.29%
G=13.81%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114296700.750.410.55333.1859.4428.04
Hex721D4304B293714d3b1c
Octal16235103011351675157334
Binary11100101110110000110100101110100111011110100110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721D43; }

 p { color: rgb(114,29,67); }

 H1.HeaderClassName
 {
   color: #721D43;
 }
 .AnyTagClassName
 {
   color: #721D43;
 }
</style>
background-color css

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

 a { background-color: rgb(114,29,67); }

 div.DivClassName
 {
   background-color: #721D43;
 }
 .BgClassName
 {
   background-color: #721D43;
 }
</style>
border-color css

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

 span { border-color: rgb(114,29,67); }

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