#721851

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

Shades of Pompadour #721851

Tints of Pompadour #721851

Color information

#721851 (or 0x721851) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 51. RGB value is (114,24,81). Sum of RGB (Red+Green+Blue) = 114+24+81=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #721851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721851 is #8DE7AE. Grayscale: #393939. Windows color (decimal): -9299887 or 5314674. OLE color: 5314674.

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

Color convert

RGB1142481-
CMYK00.790.290.55
HSL322º65.22%27.06%-
HSV(B)322º78.95%44.71%-
XYZ8.754.828.25-
YUV57.41141.32168.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=52.05%
G=10.96%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114248100.790.290.5532265.2227.06
Hex72185104F1D37142411b
Octal162301210117356750210133
Binary11100101100010100010100111111101110111101000010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721851; }

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

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

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

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

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

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

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

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