#732450

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

Shades of Pompadour #732450

Tints of Pompadour #732450

Color information

#732450 (or 0x732450) is unknown color: approx Pompadour. HEX triplet: 73, 24 and 50. RGB value is (115,36,80). Sum of RGB (Red+Green+Blue) = 115+36+80=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #732450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732450 is #8CDBAF. Grayscale: #404040. Windows color (decimal): -9231280 or 5252211. OLE color: 5252211.

HSL color Cylindrical-coordinate representation of color #732450: hue angle of 326.58º 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 #732450 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1153680-
CMYK00.690.300.55
HSL326.58º52.32%29.61%-
HSV(B)326.58º68.7%45.1%-
XYZ9.155.498.17-
YUV64.64136.67163.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=49.78%
G=15.58%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115368000.690.300.55326.5852.3229.61
Hex7324500451E37147341e
Octal16344120010536675076436
Binary11100111001001010000010001011111011011110100011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732450; }

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

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

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

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

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

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

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

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