#560E1E

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

Shades of Bordeaux #560E1E

Tints of Bordeaux #560E1E

Color information

#560E1E (or 0x560E1E) is unknown color: approx Bordeaux. HEX triplet: 56, 0E and 1E. RGB value is (86,14,30). Sum of RGB (Red+Green+Blue) = 86+14+30=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E1E is #A9F1E1. Grayscale: #252525. Windows color (decimal): -11137506 or 1969750. OLE color: 1969750.

HSL color Cylindrical-coordinate representation of color #560E1E: hue angle of 346.67º 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 #560E1E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB861430-
CMYK00.840.650.66
HSL346.67º72%19.61%-
HSV(B)346.67º83.72%33.73%-
XYZ4.232.391.47-
YUV37.35123.85162.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=66.15%
G=10.77%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86143000.840.650.66346.677219.61
Hex56E1E054414215b4814
Octal1261636012410110253311024
Binary10101101110111100101010010000011000010101011011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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