#56071C

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

Shades of Bordeaux #56071C

Tints of Bordeaux #56071C

Color information

#56071C (or 0x56071C) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 1C. RGB value is (86,7,28). Sum of RGB (Red+Green+Blue) = 86+7+28=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56071C is #A9F8E3. Grayscale: #212121. Windows color (decimal): -11139300 or 1836886. OLE color: 1836886.

HSL color Cylindrical-coordinate representation of color #56071C: hue angle of 344.05º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56071C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB86728-
CMYK00.920.670.66
HSL344.05º84.95%18.24%-
HSV(B)344.05º91.86%33.73%-
XYZ4.122.211.31-
YUV33.02125.17165.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=71.07%
G=5.79%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672800.920.670.66344.0584.9518.24
Hex5671C05C43421585512
Octal126734013410310253012522
Binary1010110111111000101110010000111000010101011000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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