#721D41

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

Shades of Pompadour #721D41

Tints of Pompadour #721D41

Color information

#721D41 (or 0x721D41) is unknown color: approx Pompadour. HEX triplet: 72, 1D and 41. RGB value is (114,29,65). Sum of RGB (Red+Green+Blue) = 114+29+65=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721D41 is #8DE2BE. Grayscale: #3A3A3A. Windows color (decimal): -9298623 or 4267378. OLE color: 4267378.

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

Color convert

RGB1142965-
CMYK00.750.430.55
HSL334.59º59.44%28.04%-
HSV(B)334.59º74.56%44.71%-
XYZ8.334.845.5-
YUV58.52131.66167.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=54.81%
G=13.94%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114296500.750.430.55334.5959.4428.04
Hex721D4104B2B3714f3b1c
Octal16235101011353675177334
Binary11100101110110000010100101110101111011110100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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