#561528

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

Shades of Bordeaux #561528

Tints of Bordeaux #561528

Color information

#561528 (or 0x561528) is unknown color: approx Bordeaux. HEX triplet: 56, 15 and 28. RGB value is (86,21,40). Sum of RGB (Red+Green+Blue) = 86+21+40=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561528 is #A9EAD7. Grayscale: #2A2A2A. Windows color (decimal): -11135704 or 2626902. OLE color: 2626902.

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

Color convert

RGB862140-
CMYK00.760.530.66
HSL342.46º60.75%20.98%-
HSV(B)342.46º75.58%33.73%-
XYZ4.492.672.29-
YUV42.6126.53158.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.50%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=58.50%
G=14.29%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86214000.760.530.66342.4660.7520.98
Hex56152804C35421563d15
Octal12625500114651025267525
Binary10101101010110100001001100110101100001010101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561528; }

 p { color: rgb(86,21,40); }

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

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

 a { background-color: rgb(86,21,40); }

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

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

 span { border-color: rgb(86,21,40); }

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