#56091F

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

Shades of Bordeaux #56091F

Tints of Bordeaux #56091F

Color information

#56091F (or 0x56091F) is unknown color: approx Bordeaux. HEX triplet: 56, 09 and 1F. RGB value is (86,9,31). Sum of RGB (Red+Green+Blue) = 86+9+31=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #56091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56091F is #A9F6E0. Grayscale: #222222. Windows color (decimal): -11138785 or 2034006. OLE color: 2034006.

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

Color convert

RGB86931-
CMYK00.900.640.66
HSL342.86º81.05%18.63%-
HSV(B)342.86º89.53%33.73%-
XYZ4.182.271.51-
YUV34.53126.01164.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 68.25%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=68.25%
G=7.14%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8693100.900.640.66342.8681.0518.63
Hex5691F05A40421575113
Octal1261137013210010252712123
Binary10101101001111110101101010000001000010101010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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