#560317

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

Shades of Bordeaux #560317

Tints of Bordeaux #560317

Color information

#560317 (or 0x560317) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 17. RGB value is (86,3,23). Sum of RGB (Red+Green+Blue) = 86+3+23=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560317 is #A9FCE8. Grayscale: #1E1E1E. Windows color (decimal): -11140329 or 1508182. OLE color: 1508182.

HSL color Cylindrical-coordinate representation of color #560317: hue angle of 345.54º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560317 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.66.

Color convert

RGB86323-
CMYK00.970.730.66
HSL345.54º93.26%17.45%-
HSV(B)345.54º96.51%33.73%-
XYZ4.022.111-
YUV30.1124167.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=76.79%
G=2.68%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632300.970.730.66345.5493.2617.45
Hex56317061494215a5d11
Octal126327014111110253213521
Binary101011011101110110000110010011000010101011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560317; }

 p { color: rgb(86,3,23); }

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

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

 a { background-color: rgb(86,3,23); }

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

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

 span { border-color: rgb(86,3,23); }

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