#552040

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

Shades of Pompadour #552040

Tints of Pompadour #552040

Color information

#552040 (or 0x552040) is unknown color: approx Pompadour. HEX triplet: 55, 20 and 40. RGB value is (85,32,64). Sum of RGB (Red+Green+Blue) = 85+32+64=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #552040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552040 is #AADFBF. Grayscale: #333333. Windows color (decimal): -11198400 or 4202581. OLE color: 4202581.

HSL color Cylindrical-coordinate representation of color #552040: hue angle of 323.77º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552040 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB853264-
CMYK00.620.250.67
HSL323.77º45.3%22.94%-
HSV(B)323.77º62.35%33.33%-
XYZ5.193.335.22-
YUV51.5135.06151.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=46.96%
G=17.68%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85326400.620.250.67323.7745.322.94
Hex55204003E19431442d17
Octal12540100076311035045527
Binary10101011000001000000011111011001100001110100010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552040; }

 p { color: rgb(85,32,64); }

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

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

 a { background-color: rgb(85,32,64); }

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

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

 span { border-color: rgb(85,32,64); }

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