#731748

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

Shades of Pompadour #731748

Tints of Pompadour #731748

Color information

#731748 (or 0x731748) is unknown color: approx Pompadour. HEX triplet: 73, 17 and 48. RGB value is (115,23,72). Sum of RGB (Red+Green+Blue) = 115+23+72=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731748 is #8CE8B7. Grayscale: #373737. Windows color (decimal): -9234616 or 4724595. OLE color: 4724595.

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

Color convert

RGB1152372-
CMYK00.800.370.55
HSL328.04º66.67%27.06%-
HSV(B)328.04º80%45.1%-
XYZ8.554.736.59-
YUV56.09136.98170.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=54.76%
G=10.95%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115237200.800.370.55328.0466.6727.06
Hex7317480502537148431b
Octal163271100120456751010333
Binary111001110111100100001010000100101110111101001000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731748; }

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

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

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

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

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

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

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

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