#732148

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

Shades of Pompadour #732148

Tints of Pompadour #732148

Color information

#732148 (or 0x732148) is unknown color: approx Pompadour. HEX triplet: 73, 21 and 48. RGB value is (115,33,72). Sum of RGB (Red+Green+Blue) = 115+33+72=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #732148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732148 is #8CDEB7. Grayscale: #3D3D3D. Windows color (decimal): -9232056 or 4727155. OLE color: 4727155.

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

Color convert

RGB1153372-
CMYK00.710.370.55
HSL331.46º55.41%29.02%-
HSV(B)331.46º71.3%45.1%-
XYZ8.785.26.67-
YUV61.96133.67165.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=52.27%
G=15%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115337200.710.370.55331.4655.4129.02
Hex732148047253714b371d
Octal16341110010745675136735
Binary111001110000110010000100011110010111011110100101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732148; }

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

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

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

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

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

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

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

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