#56090D

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

Shades of Bordeaux #56090D

Tints of Bordeaux #56090D

Color information

#56090D (or 0x56090D) is unknown color: approx Bordeaux. HEX triplet: 56, 09 and 0D. RGB value is (86,9,13). Sum of RGB (Red+Green+Blue) = 86+9+13=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #56090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56090D is #A9F6F2. Grayscale: #202020. Windows color (decimal): -11138803 or 854358. OLE color: 854358.

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

Color convert

RGB86913-
CMYK00.900.850.66
HSL356.88º81.05%18.63%-
HSV(B)356.88º89.53%33.73%-
XYZ4.012.20.59-
YUV32.48117.01166.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 79.63%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 13 (5.47% from 255) = 12.04%
R=79.63%
G=8.33%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8691300.900.850.66356.8881.0518.63
Hex569D05A55421655113
Octal1261115013212510254512123
Binary1010110100111010101101010101011000010101100101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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