#551C2C

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

Shades of Bordeaux #551C2C

Tints of Bordeaux #551C2C

Color information

#551C2C (or 0x551C2C) is unknown color: approx Bordeaux. HEX triplet: 55, 1C and 2C. RGB value is (85,28,44). Sum of RGB (Red+Green+Blue) = 85+28+44=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C2C is #AAE3D3. Grayscale: #2E2E2E. Windows color (decimal): -11199444 or 2890837. OLE color: 2890837.

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

Color convert

RGB852844-
CMYK00.670.480.67
HSL343.16º50.44%22.16%-
HSV(B)343.16º67.06%33.33%-
XYZ4.622.942.71-
YUV46.87126.38155.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=54.14%
G=17.83%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85284400.670.480.67343.1650.4422.16
Hex551C2C04330431573216
Octal12534540103601035276226
Binary10101011110010110001000011110000100001110101011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,44); }

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

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

 a { background-color: rgb(85,28,44); }

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

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

 span { border-color: rgb(85,28,44); }

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