#721C47

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

Shades of Pompadour #721C47

Tints of Pompadour #721C47

Color information

#721C47 (or 0x721C47) is unknown color: approx Pompadour. HEX triplet: 72, 1C and 47. RGB value is (114,28,71). Sum of RGB (Red+Green+Blue) = 114+28+71=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #721C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721C47 is #8DE3B8. Grayscale: #3A3A3A. Windows color (decimal): -9298873 or 4660338. OLE color: 4660338.

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

Color convert

RGB1142871-
CMYK00.750.380.55
HSL330º60.56%27.84%-
HSV(B)330º75.44%44.71%-
XYZ8.494.866.45-
YUV58.62134.99167.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=53.52%
G=13.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114287100.750.380.5533060.5627.84
Hex721C4704B263714a3d1c
Octal16234107011346675127534
Binary11100101110010001110100101110011011011110100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,28,71); }

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

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

 a { background-color: rgb(114,28,71); }

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

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

 span { border-color: rgb(114,28,71); }

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