#56051E

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

Shades of Bordeaux #56051E

Tints of Bordeaux #56051E

Color information

#56051E (or 0x56051E) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 1E. RGB value is (86,5,30). Sum of RGB (Red+Green+Blue) = 86+5+30=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56051E is #A9FAE1. Grayscale: #202020. Windows color (decimal): -11139810 or 1967446. OLE color: 1967446.

HSL color Cylindrical-coordinate representation of color #56051E: hue angle of 341.48º 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 #56051E is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB86530-
CMYK00.940.650.66
HSL341.48º89.01%17.84%-
HSV(B)341.48º94.19%33.73%-
XYZ4.132.181.43-
YUV32.07126.84166.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=71.07%
G=4.13%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653000.940.650.66341.4889.0117.84
Hex5651E05E41421555912
Octal126536013610110252513122
Binary1010110101111100101111010000011000010101010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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