#56132A

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

Shades of Bordeaux #56132A

Tints of Bordeaux #56132A

Color information

#56132A (or 0x56132A) is unknown color: approx Bordeaux. HEX triplet: 56, 13 and 2A. RGB value is (86,19,42). Sum of RGB (Red+Green+Blue) = 86+19+42=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56132A is #A9ECD5. Grayscale: #292929. Windows color (decimal): -11136214 or 2757462. OLE color: 2757462.

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

Color convert

RGB861942-
CMYK00.780.510.66
HSL339.4º63.81%20.59%-
HSV(B)339.4º77.91%33.73%-
XYZ4.492.612.46-
YUV41.66128.2159.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=58.50%
G=12.93%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86194200.780.510.66339.463.8120.59
Hex56132A04E33421534015
Octal126235201166310252310025
Binary101011010011101010010011101100111000010101010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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