#732349

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

Shades of Pompadour #732349

Tints of Pompadour #732349

Color information

#732349 (or 0x732349) is unknown color: approx Pompadour. HEX triplet: 73, 23 and 49. RGB value is (115,35,73). Sum of RGB (Red+Green+Blue) = 115+35+73=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #732349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732349 is #8CDCB6. Grayscale: #3F3F3F. Windows color (decimal): -9231543 or 4793203. OLE color: 4793203.

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

Color convert

RGB1153573-
CMYK00.700.370.55
HSL331.5º53.33%29.41%-
HSV(B)331.5º69.57%45.1%-
XYZ8.875.336.86-
YUV63.25133.5164.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=51.57%
G=15.70%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115357300.700.370.55331.553.3329.41
Hex732349046253714c351d
Octal16343111010645675146535
Binary111001110001110010010100011010010111011110100110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732349; }

 p { color: rgb(115,35,73); }

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

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

 a { background-color: rgb(115,35,73); }

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

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

 span { border-color: rgb(115,35,73); }

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