#56011A

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

Shades of Bordeaux #56011A

Tints of Bordeaux #56011A

Color information

#56011A (or 0x56011A) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 1A. RGB value is (86,1,26). Sum of RGB (Red+Green+Blue) = 86+1+26=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #56011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011A is #A9FEE5. Grayscale: #1D1D1D. Windows color (decimal): -11140838 or 1704278. OLE color: 1704278.

HSL color Cylindrical-coordinate representation of color #56011A: hue angle of 342.35º 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 #56011A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB86126-
CMYK00.990.700.66
HSL342.35º97.7%17.06%-
HSV(B)342.35º98.84%33.73%-
XYZ4.042.071.17-
YUV29.26126.16168.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=76.11%
G=0.88%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612600.990.700.66342.3597.717.06
Hex5611A06346421566211
Octal126132014310610252614221
Binary10101101110100110001110001101000010101010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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