#560E13

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

Shades of Bordeaux #560E13

Tints of Bordeaux #560E13

Color information

#560E13 (or 0x560E13) is unknown color: approx Bordeaux. HEX triplet: 56, 0E and 13. RGB value is (86,14,19). Sum of RGB (Red+Green+Blue) = 86+14+19=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #560E13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E13 is #A9F1EC. Grayscale: #242424. Windows color (decimal): -11137517 or 1248854. OLE color: 1248854.

HSL color Cylindrical-coordinate representation of color #560E13: hue angle of 355.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E13 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB861419-
CMYK00.840.780.66
HSL355.83º72%19.61%-
HSV(B)355.83º83.72%33.73%-
XYZ4.112.340.85-
YUV36.1118.35163.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=72.27%
G=11.76%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86141900.840.780.66355.837219.61
Hex56E130544E421644814
Octal1261623012411610254411024
Binary10101101110100110101010010011101000010101100100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560E13; }

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

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

<style>
 a { background-color: #560E13; }

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

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

<style>
 span { border-color: #560E13; }

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

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