#561A2A

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

Shades of Bordeaux #561A2A

Tints of Bordeaux #561A2A

Color information

#561A2A (or 0x561A2A) is unknown color: approx Bordeaux. HEX triplet: 56, 1A and 2A. RGB value is (86,26,42). Sum of RGB (Red+Green+Blue) = 86+26+42=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #561A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A2A is #A9E5D5. Grayscale: #2D2D2D. Windows color (decimal): -11134422 or 2759254. OLE color: 2759254.

HSL color Cylindrical-coordinate representation of color #561A2A: hue angle of 344º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A2A is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB862642-
CMYK00.700.510.66
HSL344º53.57%21.96%-
HSV(B)344º69.77%33.73%-
XYZ4.632.882.5-
YUV45.76125.88156.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=55.84%
G=16.88%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86264200.700.510.6634453.5721.96
Hex561A2A04633421583616
Octal12632520106631025306626
Binary10101101101010101001000110110011100001010101100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561A2A; }

 p { color: rgb(86,26,42); }

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

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

 a { background-color: rgb(86,26,42); }

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

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

 span { border-color: rgb(86,26,42); }

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