#56011D

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

Shades of Bordeaux #56011D

Tints of Bordeaux #56011D

Color information

#56011D (or 0x56011D) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 1D. RGB value is (86,1,29). Sum of RGB (Red+Green+Blue) = 86+1+29=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #56011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011D is #A9FEE2. Grayscale: #1D1D1D. Windows color (decimal): -11140835 or 1900886. OLE color: 1900886.

HSL color Cylindrical-coordinate representation of color #56011D: hue angle of 340.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56011D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB86129-
CMYK00.990.660.66
HSL340.24º97.7%17.06%-
HSV(B)340.24º98.84%33.73%-
XYZ4.072.091.35-
YUV29.61127.66168.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.14%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 29 (11.72% from 255) = 25%
R=74.14%
G=0.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612900.990.660.66340.2497.717.06
Hex5611D06342421546211
Octal126135014310210252414221
Binary10101101111010110001110000101000010101010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56011D; }

 p { color: rgb(86,1,29); }

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

<style>
 a { background-color: #56011D; }

 a { background-color: rgb(86,1,29); }

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

<style>
 span { border-color: #56011D; }

 span { border-color: rgb(86,1,29); }

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