#731948

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

Shades of Pompadour #731948

Tints of Pompadour #731948

Color information

#731948 (or 0x731948) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 48. RGB value is (115,25,72). Sum of RGB (Red+Green+Blue) = 115+25+72=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #731948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731948 is #8CE6B7. Grayscale: #393939. Windows color (decimal): -9234104 or 4725107. OLE color: 4725107.

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

Color convert

RGB1152572-
CMYK00.780.370.55
HSL328.67º64.29%27.45%-
HSV(B)328.67º78.26%45.1%-
XYZ8.594.816.61-
YUV57.27136.32169.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=54.25%
G=11.79%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115257200.780.370.55328.6764.2927.45
Hex73194804E2537149401b
Octal163311100116456751110033
Binary111001111001100100001001110100101110111101001001100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731948; }

 p { color: rgb(115,25,72); }

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

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

 a { background-color: rgb(115,25,72); }

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

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

 span { border-color: rgb(115,25,72); }

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