#561028

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

Shades of Bordeaux #561028

Tints of Bordeaux #561028

Color information

#561028 (or 0x561028) is unknown color: approx Bordeaux. HEX triplet: 56, 10 and 28. RGB value is (86,16,40). Sum of RGB (Red+Green+Blue) = 86+16+40=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561028 is #A9EFD7. Grayscale: #272727. Windows color (decimal): -11136984 or 2625622. OLE color: 2625622.

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

Color convert

RGB861640-
CMYK00.810.530.66
HSL339.43º68.63%20%-
HSV(B)339.43º81.4%33.73%-
XYZ4.412.52.26-
YUV39.67128.19161.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=60.56%
G=11.27%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86164000.810.530.66339.4368.6320
Hex56102805135421534514
Octal126205001216510252310524
Binary101011010000101000010100011101011000010101010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561028; }

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

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

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

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

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

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

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

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