#552042

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

Shades of Pompadour #552042

Tints of Pompadour #552042

Color information

#552042 (or 0x552042) is unknown color: approx Pompadour. HEX triplet: 55, 20 and 42. RGB value is (85,32,66). Sum of RGB (Red+Green+Blue) = 85+32+66=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552042 is #AADFBD. Grayscale: #333333. Windows color (decimal): -11198398 or 4333653. OLE color: 4333653.

HSL color Cylindrical-coordinate representation of color #552042: hue angle of 321.51º 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 #552042 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB853266-
CMYK00.620.220.67
HSL321.51º45.3%22.94%-
HSV(B)321.51º62.35%33.33%-
XYZ5.253.365.53-
YUV51.72136.06151.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=46.45%
G=17.49%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85326600.620.220.67321.5145.322.94
Hex55204203E16431422d17
Octal12540102076261035025527
Binary10101011000001000010011111010110100001110100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552042; }

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

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

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

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

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

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

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

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