#591027

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

Shades of Bordeaux #591027

Tints of Bordeaux #591027

Color information

#591027 (or 0x591027) is unknown color: approx Bordeaux. HEX triplet: 59, 10 and 27. RGB value is (89,16,39). Sum of RGB (Red+Green+Blue) = 89+16+39=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591027 is #A6EFD8. Grayscale: #282828. Windows color (decimal): -10940377 or 2560089. OLE color: 2560089.

HSL color Cylindrical-coordinate representation of color #591027: hue angle of 341.1º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591027 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB891639-
CMYK00.820.560.65
HSL341.1º69.52%20.59%-
HSV(B)341.1º82.02%34.9%-
XYZ4.672.642.18-
YUV40.45127.18162.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=61.81%
G=11.11%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89163900.820.560.65341.169.5220.59
Hex59102705238411554615
Octal131204701227010152510625
Binary101100110000100111010100101110001000001101010101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591027; }

 p { color: rgb(89,16,39); }

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

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

 a { background-color: rgb(89,16,39); }

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

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

 span { border-color: rgb(89,16,39); }

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