#721E4B

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

Shades of Pompadour #721E4B

Tints of Pompadour #721E4B

Color information

#721E4B (or 0x721E4B) is unknown color: approx Pompadour. HEX triplet: 72, 1E and 4B. RGB value is (114,30,75). Sum of RGB (Red+Green+Blue) = 114+30+75=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E4B is #8DE1B4. Grayscale: #3C3C3C. Windows color (decimal): -9298357 or 4922994. OLE color: 4922994.

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

Color convert

RGB1143075-
CMYK00.740.340.55
HSL327.86º58.33%28.24%-
HSV(B)327.86º73.68%44.71%-
XYZ8.675.017.17-
YUV60.25136.33166.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=52.05%
G=13.70%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114307500.740.340.55327.8658.3328.24
Hex721E4B04A22371483a1c
Octal16236113011242675107234
Binary11100101111010010110100101010001011011110100100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,30,75); }

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

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

 a { background-color: rgb(114,30,75); }

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

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

 span { border-color: rgb(114,30,75); }

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