#551D40

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

Shades of Pompadour #551D40

Tints of Pompadour #551D40

Color information

#551D40 (or 0x551D40) is unknown color: approx Pompadour. HEX triplet: 55, 1D and 40. RGB value is (85,29,64). Sum of RGB (Red+Green+Blue) = 85+29+64=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D40 is #AAE2BF. Grayscale: #313131. Windows color (decimal): -11199168 or 4201813. OLE color: 4201813.

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

Color convert

RGB852964-
CMYK00.660.250.67
HSL322.5º49.12%22.35%-
HSV(B)322.5º65.88%33.33%-
XYZ5.113.185.19-
YUV49.73136.05153.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 29 (11.72% from 255) = 16.29%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=47.75%
G=16.29%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85296400.660.250.67322.549.1222.35
Hex551D4004219431423116
Octal125351000102311035026126
Binary10101011110110000000100001011001100001110100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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