#721349

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

Shades of Pompadour #721349

Tints of Pompadour #721349

Color information

#721349 (or 0x721349) is unknown color: approx Pompadour. HEX triplet: 72, 13 and 49. RGB value is (114,19,73). Sum of RGB (Red+Green+Blue) = 114+19+73=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #721349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721349 is #8DECB6. Grayscale: #353535. Windows color (decimal): -9301175 or 4789106. OLE color: 4789106.

HSL color Cylindrical-coordinate representation of color #721349: hue angle of 325.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721349 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1141973-
CMYK00.830.360.55
HSL325.89º71.43%26.08%-
HSV(B)325.89º83.33%44.71%-
XYZ8.374.526.74-
YUV53.56138.97171.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=55.34%
G=9.22%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114197300.830.360.55325.8971.4326.08
Hex7213490532437146471a
Octal162231110123446750610732
Binary111001010011100100101010011100100110111101000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721349; }

 p { color: rgb(114,19,73); }

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

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

 a { background-color: rgb(114,19,73); }

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

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

 span { border-color: rgb(114,19,73); }

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