#721743

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

Shades of Pompadour #721743

Tints of Pompadour #721743

Color information

#721743 (or 0x721743) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 43. RGB value is (114,23,67). Sum of RGB (Red+Green+Blue) = 114+23+67=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #721743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721743 is #8DE8BC. Grayscale: #373737. Windows color (decimal): -9300157 or 4396914. OLE color: 4396914.

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

Color convert

RGB1142367-
CMYK00.800.410.55
HSL330.99º66.42%26.86%-
HSV(B)330.99º79.82%44.71%-
XYZ8.264.65.76-
YUV55.22134.65169.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 67 (26.56% from 255) = 32.84%
R=55.88%
G=11.27%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114236700.800.410.55330.9966.4226.86
Hex721743050293714b421b
Octal162271030120516751310233
Binary111001010111100001101010000101001110111101001011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721743; }

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

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

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

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

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

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

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

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