#560A23

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

Shades of Bordeaux #560A23

Tints of Bordeaux #560A23

Color information

#560A23 (or 0x560A23) is unknown color: approx Bordeaux. HEX triplet: 56, 0A and 23. RGB value is (86,10,35). Sum of RGB (Red+Green+Blue) = 86+10+35=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #560A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A23 is #A9F5DC. Grayscale: #232323. Windows color (decimal): -11138525 or 2296406. OLE color: 2296406.

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

Color convert

RGB861035-
CMYK00.880.590.66
HSL340.26º79.17%18.82%-
HSV(B)340.26º88.37%33.73%-
XYZ4.252.321.81-
YUV35.57127.68163.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=65.65%
G=7.63%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86103500.880.590.66340.2679.1718.82
Hex56A230583B421544f13
Octal126124301307310252411723
Binary10101101010100011010110001110111000010101010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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