#721946

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

Shades of Pompadour #721946

Tints of Pompadour #721946

Color information

#721946 (or 0x721946) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 46. RGB value is (114,25,70). Sum of RGB (Red+Green+Blue) = 114+25+70=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #721946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721946 is #8DE6B9. Grayscale: #383838. Windows color (decimal): -9299642 or 4594034. OLE color: 4594034.

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

Color convert

RGB1142570-
CMYK00.780.390.55
HSL329.66º64.03%27.25%-
HSV(B)329.66º78.07%44.71%-
XYZ8.394.716.26-
YUV56.74135.49168.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=54.55%
G=11.96%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257000.780.390.55329.6664.0327.25
Hex72194604E273714a401b
Octal162311060116476751210033
Binary111001011001100011001001110100111110111101001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721946; }

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

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

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

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

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

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

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

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