#732048

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

Shades of Pompadour #732048

Tints of Pompadour #732048

Color information

#732048 (or 0x732048) is unknown color: approx Pompadour. HEX triplet: 73, 20 and 48. RGB value is (115,32,72). Sum of RGB (Red+Green+Blue) = 115+32+72=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #732048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732048 is #8CDFB7. Grayscale: #3D3D3D. Windows color (decimal): -9232312 or 4726899. OLE color: 4726899.

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

Color convert

RGB1153272-
CMYK00.720.370.55
HSL331.08º56.46%28.82%-
HSV(B)331.08º72.17%45.1%-
XYZ8.765.156.66-
YUV61.38134166.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=52.51%
G=14.61%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115327200.720.370.55331.0856.4628.82
Hex732048048253714b381d
Octal16340110011045675137035
Binary111001110000010010000100100010010111011110100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732048; }

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

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

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

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

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

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

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

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