#56021E

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

Shades of Bordeaux #56021E

Tints of Bordeaux #56021E

Color information

#56021E (or 0x56021E) is unknown color: approx Bordeaux. HEX triplet: 56, 02 and 1E. RGB value is (86,2,30). Sum of RGB (Red+Green+Blue) = 86+2+30=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56021E is #A9FDE1. Grayscale: #1E1E1E. Windows color (decimal): -11140578 or 1966678. OLE color: 1966678.

HSL color Cylindrical-coordinate representation of color #56021E: hue angle of 340º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #56021E is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB86230-
CMYK00.980.650.66
HSL340º95.45%17.25%-
HSV(B)340º97.67%33.73%-
XYZ4.092.121.42-
YUV30.31127.83167.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.88%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=72.88%
G=1.69%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8623000.980.650.6634095.4517.25
Hex5621E06241421545f11
Octal126236014210110252413721
Binary101011010111100110001010000011000010101010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56021E; }

 p { color: rgb(86,2,30); }

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

<style>
 a { background-color: #56021E; }

 a { background-color: rgb(86,2,30); }

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

<style>
 span { border-color: #56021E; }

 span { border-color: rgb(86,2,30); }

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