#721044

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

Shades of Pompadour #721044

Tints of Pompadour #721044

Color information

#721044 (or 0x721044) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 44. RGB value is (114,16,68). Sum of RGB (Red+Green+Blue) = 114+16+68=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #721044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721044 is #8DEFBB. Grayscale: #333333. Windows color (decimal): -9301948 or 4460658. OLE color: 4460658.

HSL color Cylindrical-coordinate representation of color #721044: hue angle of 328.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721044 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1141668-
CMYK00.860.400.55
HSL328.16º75.38%25.49%-
HSV(B)328.16º85.96%44.71%-
XYZ8.174.375.88-
YUV51.23137.47172.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.58%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 68 (26.95% from 255) = 34.34%
R=57.58%
G=8.08%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114166800.860.400.55328.1675.3825.49
Hex72104405628371484b19
Octal162201040126506751011331
Binary111001010000100010001010110101000110111101001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721044; }

 p { color: rgb(114,16,68); }

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

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

 a { background-color: rgb(114,16,68); }

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

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

 span { border-color: rgb(114,16,68); }

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