#56090E

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

Shades of Bordeaux #56090E

Tints of Bordeaux #56090E

Color information

#56090E (or 0x56090E) is unknown color: approx Bordeaux. HEX triplet: 56, 09 and 0E. RGB value is (86,9,14). Sum of RGB (Red+Green+Blue) = 86+9+14=109 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.90% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 86 - color contains mainly: red. Hex color #56090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56090E is #A9F6F1. Grayscale: #202020. Windows color (decimal): -11138802 or 919894. OLE color: 919894.

HSL color Cylindrical-coordinate representation of color #56090E: hue angle of 356.1º 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 #56090E is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB86914-
CMYK00.900.840.66
HSL356.1º81.05%18.63%-
HSV(B)356.1º89.53%33.73%-
XYZ4.012.210.63-
YUV32.59117.51166.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.90%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 14 (5.86% from 255) = 12.84%
R=78.90%
G=8.26%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8691400.900.840.66356.181.0518.63
Hex569E05A54421645113
Octal1261116013212410254412123
Binary1010110100111100101101010101001000010101100100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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