#561325

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

Shades of Bordeaux #561325

Tints of Bordeaux #561325

Color information

#561325 (or 0x561325) is unknown color: approx Bordeaux. HEX triplet: 56, 13 and 25. RGB value is (86,19,37). Sum of RGB (Red+Green+Blue) = 86+19+37=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561325 is #A9ECDA. Grayscale: #292929. Windows color (decimal): -11136219 or 2429782. OLE color: 2429782.

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

Color convert

RGB861937-
CMYK00.780.570.66
HSL343.88º63.81%20.59%-
HSV(B)343.88º77.91%33.73%-
XYZ4.42.582.02-
YUV41.08125.7160.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=60.56%
G=13.38%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86193700.780.570.66343.8863.8120.59
Hex56132504E39421584015
Octal126234501167110253010025
Binary101011010011100101010011101110011000010101011000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561325; }

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

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

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

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

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

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

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

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