#56131B

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

Shades of Bordeaux #56131B

Tints of Bordeaux #56131B

Color information

#56131B (or 0x56131B) is unknown color: approx Bordeaux. HEX triplet: 56, 13 and 1B. RGB value is (86,19,27). Sum of RGB (Red+Green+Blue) = 86+19+27=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #56131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131B is #A9ECE4. Grayscale: #272727. Windows color (decimal): -11136229 or 1774422. OLE color: 1774422.

HSL color Cylindrical-coordinate representation of color #56131B: hue angle of 352.84º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56131B is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB861927-
CMYK00.780.690.66
HSL352.84º63.81%20.59%-
HSV(B)352.84º77.91%33.73%-
XYZ4.272.521.3-
YUV39.94120.7160.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.15%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=65.15%
G=14.39%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86192700.780.690.66352.8463.8120.59
Hex56131B04E45421614015
Octal1262333011610510254110025
Binary101011010011110110100111010001011000010101100001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56131B; }

 p { color: rgb(86,19,27); }

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

<style>
 a { background-color: #56131B; }

 a { background-color: rgb(86,19,27); }

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

<style>
 span { border-color: #56131B; }

 span { border-color: rgb(86,19,27); }

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