#551D3F

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

Shades of Pompadour #551D3F

Tints of Pompadour #551D3F

Color information

#551D3F (or 0x551D3F) is unknown color: approx Pompadour. HEX triplet: 55, 1D and 3F. RGB value is (85,29,63). Sum of RGB (Red+Green+Blue) = 85+29+63=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3F is #AAE2C0. Grayscale: #313131. Windows color (decimal): -11199169 or 4136277. OLE color: 4136277.

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

Color convert

RGB852963-
CMYK00.660.260.67
HSL323.57º49.12%22.35%-
HSV(B)323.57º65.88%33.33%-
XYZ5.083.175.05-
YUV49.62135.55153.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 63 (25% from 255) = 35.59%
R=48.02%
G=16.38%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85296300.660.260.67323.5749.1222.35
Hex551D3F0421A431443116
Octal12535770102321035046126
Binary1010101111011111110100001011010100001110100010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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