#560725

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

Shades of Bordeaux #560725

Tints of Bordeaux #560725

Color information

#560725 (or 0x560725) is unknown color: approx Bordeaux. HEX triplet: 56, 07 and 25. RGB value is (86,7,37). Sum of RGB (Red+Green+Blue) = 86+7+37=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560725 is #A9F8DA. Grayscale: #222222. Windows color (decimal): -11139291 or 2426710. OLE color: 2426710.

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

Color convert

RGB86737-
CMYK00.920.570.66
HSL337.22º84.95%18.24%-
HSV(B)337.22º91.86%33.73%-
XYZ4.252.261.96-
YUV34.04129.67165.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=66.15%
G=5.38%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8673700.920.570.66337.2284.9518.24
Hex5672505C39421515512
Octal12674501347110252112522
Binary1010110111100101010111001110011000010101010001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560725; }

 p { color: rgb(86,7,37); }

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

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

 a { background-color: rgb(86,7,37); }

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

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

 span { border-color: rgb(86,7,37); }

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