#551D3E

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

Shades of Pompadour #551D3E

Tints of Pompadour #551D3E

Color information

#551D3E (or 0x551D3E) is unknown color: approx Pompadour. HEX triplet: 55, 1D and 3E. RGB value is (85,29,62). Sum of RGB (Red+Green+Blue) = 85+29+62=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3E is #AAE2C1. Grayscale: #313131. Windows color (decimal): -11199170 or 4070741. OLE color: 4070741.

HSL color Cylindrical-coordinate representation of color #551D3E: hue angle of 324.64º 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 #551D3E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB852962-
CMYK00.660.270.67
HSL324.64º49.12%22.35%-
HSV(B)324.64º65.88%33.33%-
XYZ5.063.164.9-
YUV49.51135.05153.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 29 (11.72% from 255) = 16.48%
BLUE value IS 62 (24.61% from 255) = 35.23%
R=48.30%
G=16.48%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85296200.660.270.67324.6449.1222.35
Hex551D3E0421B431453116
Octal12535760102331035056126
Binary1010101111011111100100001011011100001110100010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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