#56041C

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

Shades of Bordeaux #56041C

Tints of Bordeaux #56041C

Color information

#56041C (or 0x56041C) is unknown color: approx Bordeaux. HEX triplet: 56, 04 and 1C. RGB value is (86,4,28). Sum of RGB (Red+Green+Blue) = 86+4+28=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56041C is #A9FBE3. Grayscale: #1F1F1F. Windows color (decimal): -11140068 or 1836118. OLE color: 1836118.

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

Color convert

RGB86428-
CMYK00.950.670.66
HSL342.44º91.11%17.65%-
HSV(B)342.44º95.35%33.73%-
XYZ4.092.151.3-
YUV31.25126.17167.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.88%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=72.88%
G=3.39%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8642800.950.670.66342.4491.1117.65
Hex5641C05F43421565b12
Octal126434013710310252613322
Binary1010110100111000101111110000111000010101010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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