#561017

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

Shades of Bordeaux #561017

Tints of Bordeaux #561017

Color information

#561017 (or 0x561017) is unknown color: approx Bordeaux. HEX triplet: 56, 10 and 17. RGB value is (86,16,23). Sum of RGB (Red+Green+Blue) = 86+16+23=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #561017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561017 is #A9EFE8. Grayscale: #252525. Windows color (decimal): -11137001 or 1511510. OLE color: 1511510.

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

Color convert

RGB861623-
CMYK00.810.730.66
HSL354º68.63%20%-
HSV(B)354º81.4%33.73%-
XYZ4.182.411.06-
YUV37.73119.69162.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.8%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=68.8%
G=12.8%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86162300.810.730.6635468.6320
Hex56101705149421624514
Octal1262027012111110254210524
Binary101011010000101110101000110010011000010101100010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561017; }

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

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

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

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

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

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

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

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