#56020B

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

Shades of Bordeaux #56020B

Tints of Bordeaux #56020B

Color information

#56020B (or 0x56020B) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 0B. RGB value is (86,2,11). Sum of RGB (Red+Green+Blue) = 86+2+11=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #56020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020B is #A9FDF4. Grayscale: #1C1C1C. Windows color (decimal): -11140597 or 721494. OLE color: 721494.

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

Color convert

RGB86211-
CMYK00.980.870.66
HSL353.57º95.45%17.25%-
HSV(B)353.57º97.67%33.73%-
XYZ3.922.050.5-
YUV28.14118.33169.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86.87%
GREEN value IS 2 (1.17% from 255) = 2.02%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=86.87%
G=2.02%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621100.980.870.66353.5795.4517.25
Hex562B06257421625f11
Octal126213014212710254213721
Binary10101101010110110001010101111000010101100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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