#56060F

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

Shades of Bordeaux #56060F

Tints of Bordeaux #56060F

Color information

#56060F (or 0x56060F) is unknown color: approx Bordeaux. HEX triplet: 56, 06 and 0F. RGB value is (86,6,15). Sum of RGB (Red+Green+Blue) = 86+6+15=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #56060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56060F is #A9F9F0. Grayscale: #1E1E1E. Windows color (decimal): -11139569 or 984662. OLE color: 984662.

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

Color convert

RGB86615-
CMYK00.930.830.66
HSL353.25º86.96%18.04%-
HSV(B)353.25º93.02%33.73%-
XYZ3.992.140.66-
YUV30.95119167.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 80.37%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=80.37%
G=5.61%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8661500.930.830.66353.2586.9618.04
Hex566F05D53421615712
Octal126617013512310254112722
Binary101011011011110101110110100111000010101100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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