#56060B

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

Shades of Bordeaux #56060B

Tints of Bordeaux #56060B

Color information

#56060B (or 0x56060B) is unknown color: approx Bordeaux. HEX triplet: 56, 06 and 0B. RGB value is (86,6,11). Sum of RGB (Red+Green+Blue) = 86+6+11=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #56060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56060B is #A9F9F4. Grayscale: #1E1E1E. Windows color (decimal): -11139573 or 722518. OLE color: 722518.

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

Color convert

RGB86611-
CMYK00.930.870.66
HSL356.25º86.96%18.04%-
HSV(B)356.25º93.02%33.73%-
XYZ3.962.130.52-
YUV30.49117167.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 83.50%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=83.50%
G=5.83%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8661100.930.870.66356.2586.9618.04
Hex566B05D57421645712
Octal126613013512710254412722
Binary101011011010110101110110101111000010101100100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56060B; }

 p { color: rgb(86,6,11); }

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

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

 a { background-color: rgb(86,6,11); }

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

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

 span { border-color: rgb(86,6,11); }

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