#561321

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

Shades of Bordeaux #561321

Tints of Bordeaux #561321

Color information

#561321 (or 0x561321) is unknown color: approx Bordeaux. HEX triplet: 56, 13 and 21. RGB value is (86,19,33). Sum of RGB (Red+Green+Blue) = 86+19+33=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #561321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561321 is #A9ECDE. Grayscale: #282828. Windows color (decimal): -11136223 or 2167638. OLE color: 2167638.

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

Color convert

RGB861933-
CMYK00.780.620.66
HSL347.46º63.81%20.59%-
HSV(B)347.46º77.91%33.73%-
XYZ4.352.551.7-
YUV40.63123.7160.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=62.32%
G=13.77%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86193300.780.620.66347.4663.8120.59
Hex56132104E3E4215b4015
Octal126234101167610253310025
Binary101011010011100001010011101111101000010101011011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561321; }

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

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

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

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

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

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

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

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