#731148

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

Shades of Pompadour #731148

Tints of Pompadour #731148

Color information

#731148 (or 0x731148) is unknown color: approx Pompadour. HEX triplet: 73, 11 and 48. RGB value is (115,17,72). Sum of RGB (Red+Green+Blue) = 115+17+72=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731148 is #8CEEB7. Grayscale: #343434. Windows color (decimal): -9236152 or 4723059. OLE color: 4723059.

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

Color convert

RGB1151772-
CMYK00.850.370.55
HSL326.33º74.24%25.88%-
HSV(B)326.33º85.22%45.1%-
XYZ8.444.516.56-
YUV52.57138.97172.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=56.37%
G=8.33%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115177200.850.370.55326.3374.2425.88
Hex73114805525371464a1a
Octal163211100125456750611232
Binary111001110001100100001010101100101110111101000110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731148; }

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

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

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

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

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

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

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

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