#552141

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

Shades of Pompadour #552141

Tints of Pompadour #552141

Color information

#552141 (or 0x552141) is unknown color: approx Pompadour. HEX triplet: 55, 21 and 41. RGB value is (85,33,65). Sum of RGB (Red+Green+Blue) = 85+33+65=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #552141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552141 is #AADEBE. Grayscale: #343434. Windows color (decimal): -11198143 or 4268373. OLE color: 4268373.

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

Color convert

RGB853365-
CMYK00.610.240.67
HSL323.08º44.07%23.14%-
HSV(B)323.08º61.18%33.33%-
XYZ5.243.45.38-
YUV52.2135.23151.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.45%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=46.45%
G=18.03%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85336500.610.240.67323.0844.0723.14
Hex55214103D18431432c17
Octal12541101075301035035427
Binary10101011000011000001011110111000100001110100001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552141; }

 p { color: rgb(85,33,65); }

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

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

 a { background-color: rgb(85,33,65); }

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

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

 span { border-color: rgb(85,33,65); }

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