#561724

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

Shades of Bordeaux #561724

Tints of Bordeaux #561724

Color information

#561724 (or 0x561724) is unknown color: approx Bordeaux. HEX triplet: 56, 17 and 24. RGB value is (86,23,36). Sum of RGB (Red+Green+Blue) = 86+23+36=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #561724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561724 is #A9E8DB. Grayscale: #2B2B2B. Windows color (decimal): -11135196 or 2365270. OLE color: 2365270.

HSL color Cylindrical-coordinate representation of color #561724: hue angle of 347.62º 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 #561724 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB862336-
CMYK00.730.580.66
HSL347.62º57.8%21.37%-
HSV(B)347.62º73.26%33.73%-
XYZ4.462.721.96-
YUV43.32123.87158.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 59.31%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=59.31%
G=15.86%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86233600.730.580.66347.6257.821.37
Hex5617240493A4215c3a15
Octal12627440111721025347225
Binary10101101011110010001001001111010100001010101110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561724; }

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

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

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

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

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

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

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

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