#56172A

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

Shades of Bordeaux #56172A

Tints of Bordeaux #56172A

Color information

#56172A (or 0x56172A) is unknown color: approx Bordeaux. HEX triplet: 56, 17 and 2A. RGB value is (86,23,42). Sum of RGB (Red+Green+Blue) = 86+23+42=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172A is #A9E8D5. Grayscale: #2B2B2B. Windows color (decimal): -11135190 or 2758486. OLE color: 2758486.

HSL color Cylindrical-coordinate representation of color #56172A: hue angle of 341.9º 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 #56172A is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB862342-
CMYK00.730.510.66
HSL341.9º57.8%21.37%-
HSV(B)341.9º73.26%33.73%-
XYZ4.562.762.48-
YUV44126.87157.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=56.95%
G=15.23%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86234200.730.510.66341.957.821.37
Hex56172A04933421563a15
Octal12627520111631025267225
Binary10101101011110101001001001110011100001010101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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