#721E4E

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

Shades of Pompadour #721E4E

Tints of Pompadour #721E4E

Color information

#721E4E (or 0x721E4E) is unknown color: approx Pompadour. HEX triplet: 72, 1E and 4E. RGB value is (114,30,78). Sum of RGB (Red+Green+Blue) = 114+30+78=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #721E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E4E is #8DE1B1. Grayscale: #3C3C3C. Windows color (decimal): -9298354 or 5119602. OLE color: 5119602.

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

Color convert

RGB1143078-
CMYK00.740.320.55
HSL325.71º58.33%28.24%-
HSV(B)325.71º73.68%44.71%-
XYZ8.785.067.72-
YUV60.59137.83166.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=51.35%
G=13.51%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114307800.740.320.55325.7158.3328.24
Hex721E4E04A20371463a1c
Octal16236116011240675067234
Binary11100101111010011100100101010000011011110100011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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