#560318

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

Shades of Bordeaux #560318

Tints of Bordeaux #560318

Color information

#560318 (or 0x560318) is unknown color: approx Bordeaux. HEX triplet: 56, 03 and 18. RGB value is (86,3,24). Sum of RGB (Red+Green+Blue) = 86+3+24=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #560318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560318 is #A9FCE7. Grayscale: #1E1E1E. Windows color (decimal): -11140328 or 1573718. OLE color: 1573718.

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

Color convert

RGB86324-
CMYK00.970.720.66
HSL344.82º93.26%17.45%-
HSV(B)344.82º96.51%33.73%-
XYZ4.042.111.06-
YUV30.21124.5167.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=76.11%
G=2.65%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8632400.970.720.66344.8293.2617.45
Hex5631806148421595d11
Octal126330014111010253113521
Binary101011011110000110000110010001000010101011001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560318; }

 p { color: rgb(86,3,24); }

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

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

 a { background-color: rgb(86,3,24); }

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

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

 span { border-color: rgb(86,3,24); }

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