#561620

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

Shades of Bordeaux #561620

Tints of Bordeaux #561620

Color information

#561620 (or 0x561620) is unknown color: approx Bordeaux. HEX triplet: 56, 16 and 20. RGB value is (86,22,32). Sum of RGB (Red+Green+Blue) = 86+22+32=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #561620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561620 is #A9E9DF. Grayscale: #2A2A2A. Windows color (decimal): -11135456 or 2102870. OLE color: 2102870.

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

Color convert

RGB862232-
CMYK00.740.630.66
HSL350.62º59.26%21.18%-
HSV(B)350.62º74.42%33.73%-
XYZ4.392.661.65-
YUV42.28122.2159.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=61.43%
G=15.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86223200.740.630.66350.6259.2621.18
Hex56162004A3F4215f3b15
Octal12626400112771025377325
Binary10101101011010000001001010111111100001010101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561620; }

 p { color: rgb(86,22,32); }

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

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

 a { background-color: rgb(86,22,32); }

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

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

 span { border-color: rgb(86,22,32); }

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