#731848

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

Shades of Pompadour #731848

Tints of Pompadour #731848

Color information

#731848 (or 0x731848) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 48. RGB value is (115,24,72). Sum of RGB (Red+Green+Blue) = 115+24+72=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731848 is #8CE7B7. Grayscale: #383838. Windows color (decimal): -9234360 or 4724851. OLE color: 4724851.

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

Color convert

RGB1152472-
CMYK00.790.370.55
HSL328.35º65.47%27.25%-
HSV(B)328.35º79.13%45.1%-
XYZ8.574.776.6-
YUV56.68136.65169.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=54.50%
G=11.37%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115247200.790.370.55328.3565.4727.25
Hex73184804F2537148411b
Octal163301100117456751010133
Binary111001111000100100001001111100101110111101001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731848; }

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

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

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

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

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

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

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

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