#560B23

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

Shades of Bordeaux #560B23

Tints of Bordeaux #560B23

Color information

#560B23 (or 0x560B23) is unknown color: approx Bordeaux. HEX triplet: 56, 0B and 23. RGB value is (86,11,35). Sum of RGB (Red+Green+Blue) = 86+11+35=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #560B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B23 is #A9F4DC. Grayscale: #242424. Windows color (decimal): -11138269 or 2296662. OLE color: 2296662.

HSL color Cylindrical-coordinate representation of color #560B23: hue angle of 340.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B23 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB861135-
CMYK00.870.590.66
HSL340.8º77.32%19.02%-
HSV(B)340.8º87.21%33.73%-
XYZ4.262.341.82-
YUV36.16127.35163.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 11 (4.69% from 255) = 8.33%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=65.15%
G=8.33%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86113500.870.590.66340.877.3219.02
Hex56B230573B421554d13
Octal126134301277310252511523
Binary10101101011100011010101111110111000010101010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,11,35); }

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

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

 a { background-color: rgb(86,11,35); }

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

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

 span { border-color: rgb(86,11,35); }

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