#551C2A

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

Shades of Bordeaux #551C2A

Tints of Bordeaux #551C2A

Color information

#551C2A (or 0x551C2A) is unknown color: approx Bordeaux. HEX triplet: 55, 1C and 2A. RGB value is (85,28,42). Sum of RGB (Red+Green+Blue) = 85+28+42=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C2A is #AAE3D5. Grayscale: #2E2E2E. Windows color (decimal): -11199446 or 2759765. OLE color: 2759765.

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

Color convert

RGB852842-
CMYK00.670.510.67
HSL345.26º50.44%22.16%-
HSV(B)345.26º67.06%33.33%-
XYZ4.582.932.51-
YUV46.64125.38155.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 28 (11.33% from 255) = 18.06%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=54.84%
G=18.06%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85284200.670.510.67345.2650.4422.16
Hex551C2A04333431593216
Octal12534520103631035316226
Binary10101011110010101001000011110011100001110101100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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