#731C54

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

Shades of Pompadour #731C54

Tints of Pompadour #731C54

Color information

#731C54 (or 0x731C54) is unknown color: approx Pompadour. HEX triplet: 73, 1C and 54. RGB value is (115,28,84). Sum of RGB (Red+Green+Blue) = 115+28+84=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #731C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C54 is #8CE3AB. Grayscale: #3C3C3C. Windows color (decimal): -9233324 or 5512307. OLE color: 5512307.

HSL color Cylindrical-coordinate representation of color #731C54: hue angle of 321.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C54 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1152884-
CMYK00.760.270.55
HSL321.38º60.84%28.04%-
HSV(B)321.38º75.65%45.1%-
XYZ9.095.128.9-
YUV60.4141.32166.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=50.66%
G=12.33%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115288400.760.270.55321.3860.8428.04
Hex731C5404C1B371413d1c
Octal16334124011433675017534
Binary1110011111001010100010011001101111011110100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731C54; }

 p { color: rgb(115,28,84); }

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

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

 a { background-color: rgb(115,28,84); }

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

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

 span { border-color: rgb(115,28,84); }

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