#56182A

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

Shades of Bordeaux #56182A

Tints of Bordeaux #56182A

Color information

#56182A (or 0x56182A) is unknown color: approx Bordeaux. HEX triplet: 56, 18 and 2A. RGB value is (86,24,42). Sum of RGB (Red+Green+Blue) = 86+24+42=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56182A is #A9E7D5. Grayscale: #2C2C2C. Windows color (decimal): -11134934 or 2758742. OLE color: 2758742.

HSL color Cylindrical-coordinate representation of color #56182A: hue angle of 342.58º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56182A is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB862442-
CMYK00.720.510.66
HSL342.58º56.36%21.57%-
HSV(B)342.58º72.09%33.73%-
XYZ4.582.82.49-
YUV44.59126.54157.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=56.58%
G=15.79%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86244200.720.510.66342.5856.3621.57
Hex56182A04833421573816
Octal12630520110631025277026
Binary10101101100010101001001000110011100001010101011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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