#551B40

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

Shades of Pompadour #551B40

Tints of Pompadour #551B40

Color information

#551B40 (or 0x551B40) is unknown color: approx Pompadour. HEX triplet: 55, 1B and 40. RGB value is (85,27,64). Sum of RGB (Red+Green+Blue) = 85+27+64=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B40 is #AAE4BF. Grayscale: #303030. Windows color (decimal): -11199680 or 4201301. OLE color: 4201301.

HSL color Cylindrical-coordinate representation of color #551B40: hue angle of 321.72º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B40 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB852764-
CMYK00.680.250.67
HSL321.72º51.79%21.96%-
HSV(B)321.72º68.24%33.33%-
XYZ5.063.095.18-
YUV48.56136.72153.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 27 (10.94% from 255) = 15.34%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=48.30%
G=15.34%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85276400.680.250.67321.7251.7921.96
Hex551B4004419431423416
Octal125331000104311035026426
Binary10101011101110000000100010011001100001110100001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B40; }

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

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

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

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

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

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

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

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