#56001A

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

Shades of Bordeaux #56001A

Tints of Bordeaux #56001A

Color information

#56001A (or 0x56001A) is unknown color: approx Bordeaux. HEX triplet: 56, 00 and 1A. RGB value is (86,0,26). Sum of RGB (Red+Green+Blue) = 86+0+26=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #56001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001A is #A9FFE5. Grayscale: #1C1C1C. Windows color (decimal): -11141094 or 1704022. OLE color: 1704022.

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

Color convert

RGB86026-
CMYK010.700.66
HSL341.86º100%16.86%-
HSV(B)341.86º100%33.73%-
XYZ4.022.051.16-
YUV28.68126.49168.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=76.79%
G=0%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86026010.700.66341.8610016.86
Hex5601A06446421566411
Octal126032014410610252614421
Binary10101100110100110010010001101000010101010110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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