#560524

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

Shades of Bordeaux #560524

Tints of Bordeaux #560524

Color information

#560524 (or 0x560524) is unknown color: approx Bordeaux. HEX triplet: 56, 05 and 24. RGB value is (86,5,36). Sum of RGB (Red+Green+Blue) = 86+5+36=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #560524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560524 is #A9FADB. Grayscale: #202020. Windows color (decimal): -11139804 or 2360662. OLE color: 2360662.

HSL color Cylindrical-coordinate representation of color #560524: hue angle of 337.04º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560524 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB86536-
CMYK00.940.580.66
HSL337.04º89.01%17.84%-
HSV(B)337.04º94.19%33.73%-
XYZ4.212.211.87-
YUV32.75129.84165.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 67.72%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=67.72%
G=3.94%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8653600.940.580.66337.0489.0117.84
Hex5652405E3A421515912
Octal12654401367210252113122
Binary1010110101100100010111101110101000010101010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560524; }

 p { color: rgb(86,5,36); }

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

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

 a { background-color: rgb(86,5,36); }

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

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

 span { border-color: rgb(86,5,36); }

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