#56050E

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

Shades of Bordeaux #56050E

Tints of Bordeaux #56050E

Color information

#56050E (or 0x56050E) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 0E. RGB value is (86,5,14). Sum of RGB (Red+Green+Blue) = 86+5+14=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #56050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56050E is #A9FAF1. Grayscale: #1E1E1E. Windows color (decimal): -11139826 or 918870. OLE color: 918870.

HSL color Cylindrical-coordinate representation of color #56050E: hue angle of 353.33º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56050E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB86514-
CMYK00.940.840.66
HSL353.33º89.01%17.84%-
HSV(B)353.33º94.19%33.73%-
XYZ3.972.120.62-
YUV30.24118.84167.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.90%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=81.90%
G=4.76%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8651400.940.840.66353.3389.0117.84
Hex565E05E54421615912
Octal126516013612410254113122
Binary101011010111100101111010101001000010101100001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56050E; }

 p { color: rgb(86,5,14); }

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

<style>
 a { background-color: #56050E; }

 a { background-color: rgb(86,5,14); }

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

<style>
 span { border-color: #56050E; }

 span { border-color: rgb(86,5,14); }

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