#56051D

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

Shades of Bordeaux #56051D

Tints of Bordeaux #56051D

Color information

#56051D (or 0x56051D) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 1D. RGB value is (86,5,29). Sum of RGB (Red+Green+Blue) = 86+5+29=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56051D is #A9FAE2. Grayscale: #1F1F1F. Windows color (decimal): -11139811 or 1901910. OLE color: 1901910.

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

Color convert

RGB86529-
CMYK00.940.660.66
HSL342.22º89.01%17.84%-
HSV(B)342.22º94.19%33.73%-
XYZ4.112.181.37-
YUV31.96126.34166.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.67%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=71.67%
G=4.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8652900.940.660.66342.2289.0117.84
Hex5651D05E42421565912
Octal126535013610210252613122
Binary1010110101111010101111010000101000010101010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,5,29); }

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

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

 a { background-color: rgb(86,5,29); }

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

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

 span { border-color: rgb(86,5,29); }

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