#56020D

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

Shades of Bordeaux #56020D

Tints of Bordeaux #56020D

Color information

#56020D (or 0x56020D) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 0D. RGB value is (86,2,13). Sum of RGB (Red+Green+Blue) = 86+2+13=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #56020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56020D is #A9FDF2. Grayscale: #1C1C1C. Windows color (decimal): -11140595 or 852566. OLE color: 852566.

HSL color Cylindrical-coordinate representation of color #56020D: hue angle of 352.14º 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 #56020D is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB86213-
CMYK00.980.850.66
HSL352.14º95.45%17.25%-
HSV(B)352.14º97.67%33.73%-
XYZ3.932.050.57-
YUV28.37119.33169.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 85.15%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=85.15%
G=1.98%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8621300.980.850.66352.1495.4517.25
Hex562D06255421605f11
Octal126215014212510254013721
Binary10101101011010110001010101011000010101100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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