#551D29

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

Shades of Bordeaux #551D29

Tints of Bordeaux #551D29

Color information

#551D29 (or 0x551D29) is unknown color: approx Bordeaux. HEX triplet: 55, 1D and 29. RGB value is (85,29,41). Sum of RGB (Red+Green+Blue) = 85+29+41=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D29 is #AAE2D6. Grayscale: #2F2F2F. Windows color (decimal): -11199191 or 2694485. OLE color: 2694485.

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

Color convert

RGB852941-
CMYK00.660.520.67
HSL347.14º49.12%22.35%-
HSV(B)347.14º65.88%33.33%-
XYZ4.592.972.43-
YUV47.11124.55155.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=54.84%
G=18.71%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85294100.660.520.67347.1449.1222.35
Hex551D29042344315b3116
Octal12535510102641035336126
Binary10101011110110100101000010110100100001110101101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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