#56142B

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

Shades of Bordeaux #56142B

Tints of Bordeaux #56142B

Color information

#56142B (or 0x56142B) is unknown color: approx Bordeaux. HEX triplet: 56, 14 and 2B. RGB value is (86,20,43). Sum of RGB (Red+Green+Blue) = 86+20+43=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56142B is #A9EBD4. Grayscale: #2A2A2A. Windows color (decimal): -11135957 or 2823254. OLE color: 2823254.

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

Color convert

RGB862043-
CMYK00.770.500.66
HSL339.09º62.26%20.78%-
HSV(B)339.09º76.74%33.73%-
XYZ4.522.652.56-
YUV42.36128.37159.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.72%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=57.72%
G=13.42%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86204300.770.500.66339.0962.2620.78
Hex56142B04D32421533e15
Octal12624530115621025237625
Binary10101101010010101101001101110010100001010101001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,20,43); }

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

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

 a { background-color: rgb(86,20,43); }

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

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

 span { border-color: rgb(86,20,43); }

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