#56141C

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

Shades of Bordeaux #56141C

Tints of Bordeaux #56141C

Color information

#56141C (or 0x56141C) is unknown color: approx Bordeaux. HEX triplet: 56, 14 and 1C. RGB value is (86,20,28). Sum of RGB (Red+Green+Blue) = 86+20+28=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141C is #A9EBE3. Grayscale: #282828. Windows color (decimal): -11135972 or 1840214. OLE color: 1840214.

HSL color Cylindrical-coordinate representation of color #56141C: hue angle of 352.73º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56141C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB862028-
CMYK00.770.670.66
HSL352.73º62.26%20.78%-
HSV(B)352.73º76.74%33.73%-
XYZ4.32.561.37-
YUV40.65120.87160.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 64.18%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=64.18%
G=14.93%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86202800.770.670.66352.7362.2620.78
Hex56141C04D43421613e15
Octal126243401151031025417625
Binary10101101010011100010011011000011100001010110000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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