#56101D

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

Shades of Bordeaux #56101D

Tints of Bordeaux #56101D

Color information

#56101D (or 0x56101D) is unknown color: approx Bordeaux. HEX triplet: 56, 10 and 1D. RGB value is (86,16,29). Sum of RGB (Red+Green+Blue) = 86+16+29=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56101D is #A9EFE2. Grayscale: #262626. Windows color (decimal): -11136995 or 1904726. OLE color: 1904726.

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

Color convert

RGB861629-
CMYK00.810.660.66
HSL348.86º68.63%20%-
HSV(B)348.86º81.4%33.73%-
XYZ4.242.441.41-
YUV38.41122.69161.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=65.65%
G=12.21%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86162900.810.660.66348.8668.6320
Hex56101D051424215d4514
Octal1262035012110210253510524
Binary101011010000111010101000110000101000010101011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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