#732455

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

Shades of Pompadour #732455

Tints of Pompadour #732455

Color information

#732455 (or 0x732455) is unknown color: approx Pompadour. HEX triplet: 73, 24 and 55. RGB value is (115,36,85). Sum of RGB (Red+Green+Blue) = 115+36+85=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #732455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732455 is #8CDBAA. Grayscale: #414141. Windows color (decimal): -9231275 or 5579891. OLE color: 5579891.

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

Color convert

RGB1153685-
CMYK00.690.260.55
HSL322.78º52.32%29.61%-
HSV(B)322.78º68.7%45.1%-
XYZ9.345.569.18-
YUV65.21139.17163.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=48.73%
G=15.25%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115368500.690.260.55322.7852.3229.61
Hex7324550451A37143341e
Octal16344125010532675036436
Binary11100111001001010101010001011101011011110100001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732455; }

 p { color: rgb(115,36,85); }

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

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

 a { background-color: rgb(115,36,85); }

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

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

 span { border-color: rgb(115,36,85); }

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