#721850

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

Shades of Pompadour #721850

Tints of Pompadour #721850

Color information

#721850 (or 0x721850) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 50. RGB value is (114,24,80). Sum of RGB (Red+Green+Blue) = 114+24+80=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721850 is #8DE7AF. Grayscale: #393939. Windows color (decimal): -9299888 or 5249138. OLE color: 5249138.

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

Color convert

RGB1142480-
CMYK00.790.300.55
HSL322.67º65.22%27.06%-
HSV(B)322.67º78.95%44.71%-
XYZ8.714.818.06-
YUV57.29140.82168.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.29%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=52.29%
G=11.01%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114248000.790.300.55322.6765.2227.06
Hex72185004F1E37143411b
Octal162301200117366750310133
Binary11100101100010100000100111111110110111101000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721850; }

 p { color: rgb(114,24,80); }

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

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

 a { background-color: rgb(114,24,80); }

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

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

 span { border-color: rgb(114,24,80); }

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