#732244

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

Shades of Pompadour #732244

Tints of Pompadour #732244

Color information

#732244 (or 0x732244) is unknown color: approx Pompadour. HEX triplet: 73, 22 and 44. RGB value is (115,34,68). Sum of RGB (Red+Green+Blue) = 115+34+68=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #732244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732244 is #8CDDBB. Grayscale: #3E3E3E. Windows color (decimal): -9231804 or 4465267. OLE color: 4465267.

HSL color Cylindrical-coordinate representation of color #732244: hue angle of 334.81º degrees, saturation: 0.54, 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 #732244 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1153468-
CMYK00.700.410.55
HSL334.81º54.36%29.22%-
HSV(B)334.81º70.43%45.1%-
XYZ8.695.216.02-
YUV62.1131.34165.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=53.00%
G=15.67%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115346800.700.410.55334.8154.3629.22
Hex732244046293714f361d
Octal16342104010651675176635
Binary111001110001010001000100011010100111011110100111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732244; }

 p { color: rgb(115,34,68); }

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

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

 a { background-color: rgb(115,34,68); }

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

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

 span { border-color: rgb(115,34,68); }

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