#551B2B

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

Shades of Bordeaux #551B2B

Tints of Bordeaux #551B2B

Color information

#551B2B (or 0x551B2B) is unknown color: approx Bordeaux. HEX triplet: 55, 1B and 2B. RGB value is (85,27,43). Sum of RGB (Red+Green+Blue) = 85+27+43=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2B is #AAE4D4. Grayscale: #2E2E2E. Windows color (decimal): -11199701 or 2825045. OLE color: 2825045.

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

Color convert

RGB852743-
CMYK00.680.490.67
HSL343.45º51.79%21.96%-
HSV(B)343.45º68.24%33.33%-
XYZ4.572.892.6-
YUV46.17126.22155.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 27 (10.94% from 255) = 17.42%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=54.84%
G=17.42%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85274300.680.490.67343.4551.7921.96
Hex551B2B04431431573416
Octal12533530104611035276426
Binary10101011101110101101000100110001100001110101011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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