#561729

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

Shades of Bordeaux #561729

Tints of Bordeaux #561729

Color information

#561729 (or 0x561729) is unknown color: approx Bordeaux. HEX triplet: 56, 17 and 29. RGB value is (86,23,41). Sum of RGB (Red+Green+Blue) = 86+23+41=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #561729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561729 is #A9E8D6. Grayscale: #2B2B2B. Windows color (decimal): -11135191 or 2692950. OLE color: 2692950.

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

Color convert

RGB862341-
CMYK00.730.520.66
HSL342.86º57.8%21.37%-
HSV(B)342.86º73.26%33.73%-
XYZ4.542.752.39-
YUV43.89126.37158.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 57.33%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=57.33%
G=15.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86234100.730.520.66342.8657.821.37
Hex56172904934421573a15
Octal12627510111641025277225
Binary10101101011110100101001001110100100001010101011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561729; }

 p { color: rgb(86,23,41); }

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

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

 a { background-color: rgb(86,23,41); }

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

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

 span { border-color: rgb(86,23,41); }

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