#591527

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

Shades of Bordeaux #591527

Tints of Bordeaux #591527

Color information

#591527 (or 0x591527) is unknown color: approx Bordeaux. HEX triplet: 59, 15 and 27. RGB value is (89,21,39). Sum of RGB (Red+Green+Blue) = 89+21+39=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #591527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591527 is #A6EAD8. Grayscale: #2B2B2B. Windows color (decimal): -10939097 or 2561369. OLE color: 2561369.

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

Color convert

RGB892139-
CMYK00.760.560.65
HSL344.12º61.82%21.57%-
HSV(B)344.12º76.4%34.9%-
XYZ4.752.812.21-
YUV43.38125.53160.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=59.73%
G=14.09%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89213900.760.560.65344.1261.8221.57
Hex59152704C38411583e16
Octal13125470114701015307626
Binary10110011010110011101001100111000100000110101100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591527; }

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

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

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

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

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

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

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

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