#56172C

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

Shades of Bordeaux #56172C

Tints of Bordeaux #56172C

Color information

#56172C (or 0x56172C) is unknown color: approx Bordeaux. HEX triplet: 56, 17 and 2C. RGB value is (86,23,44). Sum of RGB (Red+Green+Blue) = 86+23+44=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172C is #A9E8D3. Grayscale: #2C2C2C. Windows color (decimal): -11135188 or 2889558. OLE color: 2889558.

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

Color convert

RGB862344-
CMYK00.730.490.66
HSL340º57.8%21.37%-
HSV(B)340º73.26%33.73%-
XYZ4.62.772.68-
YUV44.23127.87157.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=56.21%
G=15.03%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86234400.730.490.6634057.821.37
Hex56172C04931421543a15
Octal12627540111611025247225
Binary10101101011110110001001001110001100001010101010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,23,44); }

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

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

 a { background-color: rgb(86,23,44); }

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

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

 span { border-color: rgb(86,23,44); }

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