#56081E

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

Shades of Bordeaux #56081E

Tints of Bordeaux #56081E

Color information

#56081E (or 0x56081E) is unknown color: approx Bordeaux. HEX triplet: 56, 08 and 1E. RGB value is (86,8,30). Sum of RGB (Red+Green+Blue) = 86+8+30=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #56081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56081E is #A9F7E1. Grayscale: #212121. Windows color (decimal): -11139042 or 1968214. OLE color: 1968214.

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

Color convert

RGB86830-
CMYK00.910.650.66
HSL343.08º82.98%18.43%-
HSV(B)343.08º90.7%33.73%-
XYZ4.162.251.44-
YUV33.83125.84165.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=69.35%
G=6.45%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8683000.910.650.66343.0882.9818.43
Hex5681E05B41421575312
Octal1261036013310110252712322
Binary10101101000111100101101110000011000010101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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