#731348

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

Shades of Pompadour #731348

Tints of Pompadour #731348

Color information

#731348 (or 0x731348) is unknown color: approx Pompadour. HEX triplet: 73, 13 and 48. RGB value is (115,19,72). Sum of RGB (Red+Green+Blue) = 115+19+72=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #731348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731348 is #8CECB7. Grayscale: #353535. Windows color (decimal): -9235640 or 4723571. OLE color: 4723571.

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

Color convert

RGB1151972-
CMYK00.830.370.55
HSL326.88º71.64%26.27%-
HSV(B)326.88º83.48%45.1%-
XYZ8.474.586.57-
YUV53.75138.3171.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=55.83%
G=9.22%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115197200.830.370.55326.8871.6426.27
Hex7313480532537147481a
Octal163231100123456750711032
Binary111001110011100100001010011100101110111101000111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731348; }

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

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

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

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

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

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

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

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