#731353

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

Shades of Pompadour #731353

Tints of Pompadour #731353

Color information

#731353 (or 0x731353) is unknown color: approx Pompadour. HEX triplet: 73, 13 and 53. RGB value is (115,19,83). Sum of RGB (Red+Green+Blue) = 115+19+83=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #731353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731353 is #8CECAC. Grayscale: #363636. Windows color (decimal): -9235629 or 5444467. OLE color: 5444467.

HSL color Cylindrical-coordinate representation of color #731353: hue angle of 320º degrees, saturation: 0.72, 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 #731353 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1151983-
CMYK00.830.280.55
HSL320º71.64%26.27%-
HSV(B)320º83.48%45.1%-
XYZ8.864.748.63-
YUV55143.8170.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=53.00%
G=8.76%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115198300.830.280.5532071.6426.27
Hex7313530531C37140481a
Octal163231230123346750011032
Binary11100111001110100110101001111100110111101000000100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731353; }

 p { color: rgb(115,19,83); }

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

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

 a { background-color: rgb(115,19,83); }

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

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

 span { border-color: rgb(115,19,83); }

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