#552140

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

Shades of Pompadour #552140

Tints of Pompadour #552140

Color information

#552140 (or 0x552140) is unknown color: approx Pompadour. HEX triplet: 55, 21 and 40. RGB value is (85,33,64). Sum of RGB (Red+Green+Blue) = 85+33+64=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552140 is #AADEBF. Grayscale: #343434. Windows color (decimal): -11198144 or 4202837. OLE color: 4202837.

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

Color convert

RGB853364-
CMYK00.610.250.67
HSL324.23º44.07%23.14%-
HSV(B)324.23º61.18%33.33%-
XYZ5.223.395.23-
YUV52.08134.73151.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=46.70%
G=18.13%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85336400.610.250.67324.2344.0723.14
Hex55214003D19431442c17
Octal12541100075311035045427
Binary10101011000011000000011110111001100001110100010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552140; }

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

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

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

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

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

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

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

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