#561B2C

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

Shades of Bordeaux #561B2C

Tints of Bordeaux #561B2C

Color information

#561B2C (or 0x561B2C) is unknown color: approx Bordeaux. HEX triplet: 56, 1B and 2C. RGB value is (86,27,44). Sum of RGB (Red+Green+Blue) = 86+27+44=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2C is #A9E4D3. Grayscale: #2E2E2E. Windows color (decimal): -11134164 or 2890582. OLE color: 2890582.

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

Color convert

RGB862744-
CMYK00.690.490.66
HSL342.71º52.21%22.16%-
HSV(B)342.71º68.6%33.73%-
XYZ4.682.942.7-
YUV46.58126.55156.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 27 (10.94% from 255) = 17.20%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=54.78%
G=17.20%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86274400.690.490.66342.7152.2122.16
Hex561B2C04531421573416
Octal12633540105611025276426
Binary10101101101110110001000101110001100001010101011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B2C; }

 p { color: rgb(86,27,44); }

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

<style>
 a { background-color: #561B2C; }

 a { background-color: rgb(86,27,44); }

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

<style>
 span { border-color: #561B2C; }

 span { border-color: rgb(86,27,44); }

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