#721846

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

Shades of Pompadour #721846

Tints of Pompadour #721846

Color information

#721846 (or 0x721846) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 46. RGB value is (114,24,70). Sum of RGB (Red+Green+Blue) = 114+24+70=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721846 is #8DE7B9. Grayscale: #383838. Windows color (decimal): -9299898 or 4593778. OLE color: 4593778.

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

Color convert

RGB1142470-
CMYK00.790.390.55
HSL329.33º65.22%27.06%-
HSV(B)329.33º78.95%44.71%-
XYZ8.374.676.26-
YUV56.15135.82169.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=54.81%
G=11.54%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114247000.790.390.55329.3365.2227.06
Hex72184604F2737149411b
Octal162301060117476751110133
Binary111001011000100011001001111100111110111101001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721846; }

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

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

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

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

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

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

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

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