#560813

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

Shades of Bordeaux #560813

Tints of Bordeaux #560813

Color information

#560813 (or 0x560813) is unknown color: approx Bordeaux. HEX triplet: 56, 08 and 13. RGB value is (86,8,19). Sum of RGB (Red+Green+Blue) = 86+8+19=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560813 is #A9F7EC. Grayscale: #202020. Windows color (decimal): -11139053 or 1247318. OLE color: 1247318.

HSL color Cylindrical-coordinate representation of color #560813: hue angle of 351.54º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560813 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB86819-
CMYK00.910.780.66
HSL351.54º82.98%18.43%-
HSV(B)351.54º90.7%33.73%-
XYZ4.042.20.83-
YUV32.58120.34166.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=76.11%
G=7.08%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8681900.910.780.66351.5482.9818.43
Hex5681305B4E421605312
Octal1261023013311610254012322
Binary10101101000100110101101110011101000010101100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560813; }

 p { color: rgb(86,8,19); }

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

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

 a { background-color: rgb(86,8,19); }

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

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

 span { border-color: rgb(86,8,19); }

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