#561127

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

Shades of Bordeaux #561127

Tints of Bordeaux #561127

Color information

#561127 (or 0x561127) is unknown color: approx Bordeaux. HEX triplet: 56, 11 and 27. RGB value is (86,17,39). Sum of RGB (Red+Green+Blue) = 86+17+39=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #561127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561127 is #A9EED8. Grayscale: #282828. Windows color (decimal): -11136729 or 2560342. OLE color: 2560342.

HSL color Cylindrical-coordinate representation of color #561127: hue angle of 340.87º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561127 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB861739-
CMYK00.800.550.66
HSL340.87º66.99%20.2%-
HSV(B)340.87º80.23%33.73%-
XYZ4.42.532.17-
YUV40.14127.36160.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 60.56%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 39 (15.62% from 255) = 27.46%
R=60.56%
G=11.97%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86173900.800.550.66340.8766.9920.2
Hex56112705037421554314
Octal126214701206710252510324
Binary101011010001100111010100001101111000010101010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561127; }

 p { color: rgb(86,17,39); }

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

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

 a { background-color: rgb(86,17,39); }

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

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

 span { border-color: rgb(86,17,39); }

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