#56091C

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

Shades of Bordeaux #56091C

Tints of Bordeaux #56091C

Color information

#56091C (or 0x56091C) is unknown color: approx Bordeaux. HEX triplet: 56, 09 and 1C. RGB value is (86,9,28). Sum of RGB (Red+Green+Blue) = 86+9+28=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #56091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091C is #A9F6E3. Grayscale: #222222. Windows color (decimal): -11138788 or 1837398. OLE color: 1837398.

HSL color Cylindrical-coordinate representation of color #56091C: hue angle of 345.19º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56091C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB86928-
CMYK00.900.670.66
HSL345.19º81.05%18.63%-
HSV(B)345.19º89.53%33.73%-
XYZ4.152.261.32-
YUV34.19124.51164.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=69.92%
G=7.32%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8692800.900.670.66345.1981.0518.63
Hex5691C05A43421595113
Octal1261134013210310253112123
Binary10101101001111000101101010000111000010101011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56091C; }

 p { color: rgb(86,9,28); }

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

<style>
 a { background-color: #56091C; }

 a { background-color: rgb(86,9,28); }

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

<style>
 span { border-color: #56091C; }

 span { border-color: rgb(86,9,28); }

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