#561025

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

Shades of Bordeaux #561025

Tints of Bordeaux #561025

Color information

#561025 (or 0x561025) is unknown color: approx Bordeaux. HEX triplet: 56, 10 and 25. RGB value is (86,16,37). Sum of RGB (Red+Green+Blue) = 86+16+37=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #561025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561025 is #A9EFDA. Grayscale: #272727. Windows color (decimal): -11136987 or 2429014. OLE color: 2429014.

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

Color convert

RGB861637-
CMYK00.810.570.66
HSL342º68.63%20%-
HSV(B)342º81.4%33.73%-
XYZ4.362.482-
YUV39.32126.69161.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.87%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=61.87%
G=11.51%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86163700.810.570.6634268.6320
Hex56102505139421564514
Octal126204501217110252610524
Binary101011010000100101010100011110011000010101010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561025; }

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

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

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

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

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

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

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

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