#721040

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

Shades of Pompadour #721040

Tints of Pompadour #721040

Color information

#721040 (or 0x721040) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 40. RGB value is (114,16,64). Sum of RGB (Red+Green+Blue) = 114+16+64=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #721040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721040 is #8DEFBF. Grayscale: #323232. Windows color (decimal): -9301952 or 4198514. OLE color: 4198514.

HSL color Cylindrical-coordinate representation of color #721040: hue angle of 330.61º 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 #721040 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1141664-
CMYK00.860.440.55
HSL330.61º75.38%25.49%-
HSV(B)330.61º85.96%44.71%-
XYZ8.054.325.26-
YUV50.77135.47173.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 16 (6.64% from 255) = 8.25%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=58.76%
G=8.25%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114166400.860.440.55330.6175.3825.49
Hex7210400562C3714b4b19
Octal162201000126546751311331
Binary111001010000100000001010110101100110111101001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721040; }

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

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

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

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

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

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

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

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