#56070D

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

Shades of Bordeaux #56070D

Tints of Bordeaux #56070D

Color information

#56070D (or 0x56070D) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 0D. RGB value is (86,7,13). Sum of RGB (Red+Green+Blue) = 86+7+13=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #56070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56070D is #A9F8F2. Grayscale: #1F1F1F. Windows color (decimal): -11139315 or 853846. OLE color: 853846.

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

Color convert

RGB86713-
CMYK00.920.850.66
HSL355.44º84.95%18.24%-
HSV(B)355.44º91.86%33.73%-
XYZ3.992.160.59-
YUV31.3117.67167.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.13%
GREEN value IS 7 (3.12% from 255) = 6.60%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=81.13%
G=6.60%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671300.920.850.66355.4484.9518.24
Hex567D05C55421635512
Octal126715013412510254312522
Binary101011011111010101110010101011000010101100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56070D; }

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

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

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

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

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

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

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

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