#56041F

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

Shades of Bordeaux #56041F

Tints of Bordeaux #56041F

Color information

#56041F (or 0x56041F) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 1F. RGB value is (86,4,31). Sum of RGB (Red+Green+Blue) = 86+4+31=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041F is #A9FBE0. Grayscale: #1F1F1F. Windows color (decimal): -11140065 or 2032726. OLE color: 2032726.

HSL color Cylindrical-coordinate representation of color #56041F: hue angle of 340.24º 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 #56041F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB86431-
CMYK00.950.640.66
HSL340.24º91.11%17.65%-
HSV(B)340.24º95.35%33.73%-
XYZ4.132.161.5-
YUV31.6127.67166.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 71.07%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=71.07%
G=3.31%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8643100.950.640.66340.2491.1117.65
Hex5641F05F40421545b12
Octal126437013710010252413322
Binary1010110100111110101111110000001000010101010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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