#56011C

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

Shades of Bordeaux #56011C

Tints of Bordeaux #56011C

Color information

#56011C (or 0x56011C) is unknown color: approx Bordeaux. HEX triplet: 56, 01 and 1C. RGB value is (86,1,28). Sum of RGB (Red+Green+Blue) = 86+1+28=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56011C is #A9FEE3. Grayscale: #1D1D1D. Windows color (decimal): -11140836 or 1835350. OLE color: 1835350.

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

Color convert

RGB86128-
CMYK00.990.670.66
HSL340.94º97.7%17.06%-
HSV(B)340.94º98.84%33.73%-
XYZ4.062.081.29-
YUV29.49127.16168.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 28 (11.33% from 255) = 24.35%
R=74.78%
G=0.87%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612800.990.670.66340.9497.717.06
Hex5611C06343421556211
Octal126134014310310252514221
Binary10101101111000110001110000111000010101010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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