#560D19

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

Shades of Bordeaux #560D19

Tints of Bordeaux #560D19

Color information

#560D19 (or 0x560D19) is unknown color: approx Bordeaux. HEX triplet: 56, 0D and 19. RGB value is (86,13,25). Sum of RGB (Red+Green+Blue) = 86+13+25=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D19 is #A9F2E6. Grayscale: #242424. Windows color (decimal): -11137767 or 1641814. OLE color: 1641814.

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

Color convert

RGB861325-
CMYK00.850.710.66
HSL350.14º73.74%19.41%-
HSV(B)350.14º84.88%33.73%-
XYZ4.162.341.15-
YUV36.2121.68163.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=69.35%
G=10.48%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86132500.850.710.66350.1473.7419.41
Hex56D19055474215e4a13
Octal1261531012510710253611223
Binary10101101101110010101010110001111000010101011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,13,25); }

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

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

 a { background-color: rgb(86,13,25); }

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

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

 span { border-color: rgb(86,13,25); }

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