#56101A

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

Shades of Bordeaux #56101A

Tints of Bordeaux #56101A

Color information

#56101A (or 0x56101A) is unknown color: approx Bordeaux. HEX triplet: 56, 10 and 1A. RGB value is (86,16,26). Sum of RGB (Red+Green+Blue) = 86+16+26=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #56101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56101A is #A9EFE5. Grayscale: #262626. Windows color (decimal): -11136998 or 1708118. OLE color: 1708118.

HSL color Cylindrical-coordinate representation of color #56101A: hue angle of 351.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56101A is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB861626-
CMYK00.810.700.66
HSL351.43º68.63%20%-
HSV(B)351.43º81.4%33.73%-
XYZ4.212.421.22-
YUV38.07121.19162.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.19%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=67.19%
G=12.5%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86162600.810.700.66351.4368.6320
Hex56101A051464215f4514
Octal1262032012110610253710524
Binary101011010000110100101000110001101000010101011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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