#56131A

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

Shades of Bordeaux #56131A

Tints of Bordeaux #56131A

Color information

#56131A (or 0x56131A) is unknown color: approx Bordeaux. HEX triplet: 56, 13 and 1A. RGB value is (86,19,26). Sum of RGB (Red+Green+Blue) = 86+19+26=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131A is #A9ECE5. Grayscale: #272727. Windows color (decimal): -11136230 or 1708886. OLE color: 1708886.

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

Color convert

RGB861926-
CMYK00.780.700.66
HSL353.73º63.81%20.59%-
HSV(B)353.73º77.91%33.73%-
XYZ4.262.521.24-
YUV39.83120.2160.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 65.65%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=65.65%
G=14.50%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86192600.780.700.66353.7363.8120.59
Hex56131A04E46421624015
Octal1262332011610610254210025
Binary101011010011110100100111010001101000010101100010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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