#56061E

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

Shades of Bordeaux #56061E

Tints of Bordeaux #56061E

Color information

#56061E (or 0x56061E) is unknown color: approx Bordeaux. HEX triplet: 56, 06 and 1E. RGB value is (86,6,30). Sum of RGB (Red+Green+Blue) = 86+6+30=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #56061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56061E is #A9F9E1. Grayscale: #202020. Windows color (decimal): -11139554 or 1967702. OLE color: 1967702.

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

Color convert

RGB86630-
CMYK00.930.650.66
HSL342º86.96%18.04%-
HSV(B)342º93.02%33.73%-
XYZ4.142.21.44-
YUV32.66126.5166.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 70.49%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=70.49%
G=4.92%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8663000.930.650.6634286.9618.04
Hex5661E05D41421565712
Octal126636013510110252612722
Binary1010110110111100101110110000011000010101010110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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