#551A2B

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

Shades of Bordeaux #551A2B

Tints of Bordeaux #551A2B

Color information

#551A2B (or 0x551A2B) is unknown color: approx Bordeaux. HEX triplet: 55, 1A and 2B. RGB value is (85,26,43). Sum of RGB (Red+Green+Blue) = 85+26+43=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A2B is #AAE5D4. Grayscale: #2D2D2D. Windows color (decimal): -11199957 or 2824789. OLE color: 2824789.

HSL color Cylindrical-coordinate representation of color #551A2B: hue angle of 342.71º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A2B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB852643-
CMYK00.690.490.67
HSL342.71º53.15%21.76%-
HSV(B)342.71º69.41%33.33%-
XYZ4.552.842.59-
YUV45.58126.55156.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=55.19%
G=16.88%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85264300.690.490.67342.7153.1521.76
Hex551A2B04531431573516
Octal12532530105611035276526
Binary10101011101010101101000101110001100001110101011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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