#721C55

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

Shades of Pompadour #721C55

Tints of Pompadour #721C55

Color information

#721C55 (or 0x721C55) is unknown color: approx Pompadour. HEX triplet: 72, 1C and 55. RGB value is (114,28,85). Sum of RGB (Red+Green+Blue) = 114+28+85=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #721C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C55 is #8DE3AA. Grayscale: #3C3C3C. Windows color (decimal): -9298859 or 5577842. OLE color: 5577842.

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

Color convert

RGB1142885-
CMYK00.750.250.55
HSL320.23º60.56%27.84%-
HSV(B)320.23º75.44%44.71%-
XYZ8.995.069.1-
YUV60.21141.99166.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.22%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 85 (33.59% from 255) = 37.44%
R=50.22%
G=12.33%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114288500.750.250.55320.2360.5627.84
Hex721C5504B19371403d1c
Octal16234125011331675007534
Binary1110010111001010101010010111100111011110100000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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