#56041E

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

Shades of Bordeaux #56041E

Tints of Bordeaux #56041E

Color information

#56041E (or 0x56041E) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 1E. RGB value is (86,4,30). Sum of RGB (Red+Green+Blue) = 86+4+30=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #56041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041E is #A9FBE1. Grayscale: #1F1F1F. Windows color (decimal): -11140066 or 1967190. OLE color: 1967190.

HSL color Cylindrical-coordinate representation of color #56041E: hue angle of 340.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56041E is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB86430-
CMYK00.950.650.66
HSL340.98º91.11%17.65%-
HSV(B)340.98º95.35%33.73%-
XYZ4.122.161.43-
YUV31.48127.17166.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.67%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 30 (12.11% from 255) = 25%
R=71.67%
G=3.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8643000.950.650.66340.9891.1117.65
Hex5641E05F41421555b12
Octal126436013710110252513322
Binary1010110100111100101111110000011000010101010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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