#561326

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

Shades of Bordeaux #561326

Tints of Bordeaux #561326

Color information

#561326 (or 0x561326) is unknown color: approx Bordeaux. HEX triplet: 56, 13 and 26. RGB value is (86,19,38). Sum of RGB (Red+Green+Blue) = 86+19+38=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561326 is #A9ECD9. Grayscale: #292929. Windows color (decimal): -11136218 or 2495318. OLE color: 2495318.

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

Color convert

RGB861938-
CMYK00.780.560.66
HSL342.99º63.81%20.59%-
HSV(B)342.99º77.91%33.73%-
XYZ4.422.582.1-
YUV41.2126.2159.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.14%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=60.14%
G=13.29%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86193800.780.560.66342.9963.8120.59
Hex56132604E38421574015
Octal126234601167010252710025
Binary101011010011100110010011101110001000010101010111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561326; }

 p { color: rgb(86,19,38); }

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

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

 a { background-color: rgb(86,19,38); }

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

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

 span { border-color: rgb(86,19,38); }

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