#721943

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

Shades of Pompadour #721943

Tints of Pompadour #721943

Color information

#721943 (or 0x721943) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 43. RGB value is (114,25,67). Sum of RGB (Red+Green+Blue) = 114+25+67=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721943 is #8DE6BC. Grayscale: #383838. Windows color (decimal): -9299645 or 4397426. OLE color: 4397426.

HSL color Cylindrical-coordinate representation of color #721943: hue angle of 331.69º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721943 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1142567-
CMYK00.780.410.55
HSL331.69º64.03%27.25%-
HSV(B)331.69º78.07%44.71%-
XYZ8.34.685.78-
YUV56.4133.99169.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=55.34%
G=12.14%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114256700.780.410.55331.6964.0327.25
Hex72194304E293714c401b
Octal162311030116516751410033
Binary111001011001100001101001110101001110111101001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721943; }

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

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

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

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

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

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

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

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