#560217

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

Shades of Bordeaux #560217

Tints of Bordeaux #560217

Color information

#560217 (or 0x560217) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 17. RGB value is (86,2,23). Sum of RGB (Red+Green+Blue) = 86+2+23=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560217 is #A9FDE8. Grayscale: #1D1D1D. Windows color (decimal): -11140585 or 1507926. OLE color: 1507926.

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

Color convert

RGB86223-
CMYK00.980.730.66
HSL345º95.45%17.25%-
HSV(B)345º97.67%33.73%-
XYZ4.012.081-
YUV29.51124.33168.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=77.48%
G=1.80%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622300.980.730.6634595.4517.25
Hex5621706249421595f11
Octal126227014211110253113721
Binary101011010101110110001010010011000010101011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560217; }

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

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

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

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

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

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

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

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