#551B2A

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

Shades of Bordeaux #551B2A

Tints of Bordeaux #551B2A

Color information

#551B2A (or 0x551B2A) is unknown color: approx Bordeaux. HEX triplet: 55, 1B and 2A. RGB value is (85,27,42). Sum of RGB (Red+Green+Blue) = 85+27+42=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B2A is #AAE4D5. Grayscale: #2E2E2E. Windows color (decimal): -11199702 or 2759509. OLE color: 2759509.

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

Color convert

RGB852742-
CMYK00.680.510.67
HSL344.48º51.79%21.96%-
HSV(B)344.48º68.24%33.33%-
XYZ4.562.882.51-
YUV46.05125.72155.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=55.19%
G=17.53%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85274200.680.510.67344.4851.7921.96
Hex551B2A04433431583416
Octal12533520104631035306426
Binary10101011101110101001000100110011100001110101100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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