#561B2B

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

Shades of Bordeaux #561B2B

Tints of Bordeaux #561B2B

Color information

#561B2B (or 0x561B2B) is unknown color: approx Bordeaux. HEX triplet: 56, 1B and 2B. RGB value is (86,27,43). Sum of RGB (Red+Green+Blue) = 86+27+43=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #561B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B2B is #A9E4D4. Grayscale: #2E2E2E. Windows color (decimal): -11134165 or 2825046. OLE color: 2825046.

HSL color Cylindrical-coordinate representation of color #561B2B: hue angle of 343.73º 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 #561B2B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB862743-
CMYK00.690.500.66
HSL343.73º52.21%22.16%-
HSV(B)343.73º68.6%33.73%-
XYZ4.672.942.61-
YUV46.46126.05156.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=55.13%
G=17.31%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86274300.690.500.66343.7352.2122.16
Hex561B2B04532421583416
Octal12633530105621025306426
Binary10101101101110101101000101110010100001010101100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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