#721043

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

Shades of Pompadour #721043

Tints of Pompadour #721043

Color information

#721043 (or 0x721043) is unknown color: approx Pompadour. HEX triplet: 72, 10 and 43. RGB value is (114,16,67). Sum of RGB (Red+Green+Blue) = 114+16+67=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #721043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721043 is #8DEFBC. Grayscale: #333333. Windows color (decimal): -9301949 or 4395122. OLE color: 4395122.

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

Color convert

RGB1141667-
CMYK00.860.410.55
HSL328.78º75.38%25.49%-
HSV(B)328.78º85.96%44.71%-
XYZ8.144.355.72-
YUV51.12136.97172.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.87%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=57.87%
G=8.12%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114166700.860.410.55328.7875.3825.49
Hex72104305629371494b19
Octal162201030126516751111331
Binary111001010000100001101010110101001110111101001001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721043; }

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

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

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

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

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

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

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

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