#721C52

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

Shades of Pompadour #721C52

Tints of Pompadour #721C52

Color information

#721C52 (or 0x721C52) is unknown color: approx Pompadour. HEX triplet: 72, 1C and 52. RGB value is (114,28,82). Sum of RGB (Red+Green+Blue) = 114+28+82=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #721C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C52 is #8DE3AD. Grayscale: #3B3B3B. Windows color (decimal): -9298862 or 5381234. OLE color: 5381234.

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

Color convert

RGB1142882-
CMYK00.750.280.55
HSL322.33º60.56%27.84%-
HSV(B)322.33º75.44%44.71%-
XYZ8.885.028.48-
YUV59.87140.49166.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.89%
GREEN value IS 28 (11.33% from 255) = 12.5%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=50.89%
G=12.5%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114288200.750.280.55322.3360.5627.84
Hex721C5204B1C371423d1c
Octal16234122011334675027534
Binary1110010111001010010010010111110011011110100001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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