#560F15

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

Shades of Bordeaux #560F15

Tints of Bordeaux #560F15

Color information

#560F15 (or 0x560F15) is unknown color: approx Bordeaux. HEX triplet: 56, 0F and 15. RGB value is (86,15,21). Sum of RGB (Red+Green+Blue) = 86+15+21=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #560F15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F15 is #A9F0EA. Grayscale: #242424. Windows color (decimal): -11137259 or 1380182. OLE color: 1380182.

HSL color Cylindrical-coordinate representation of color #560F15: hue angle of 354.93º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #560F15 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB861521-
CMYK00.830.760.66
HSL354.93º70.3%19.8%-
HSV(B)354.93º82.56%33.73%-
XYZ4.142.370.95-
YUV36.91119.02163.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=70.49%
G=12.30%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86152100.830.760.66354.9370.319.8
Hex56F150534C421634614
Octal1261725012311410254310624
Binary10101101111101010101001110011001000010101100011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,15,21); }

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

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

 a { background-color: rgb(86,15,21); }

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

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

 span { border-color: rgb(86,15,21); }

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