#591521

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

Shades of Bordeaux #591521

Tints of Bordeaux #591521

Color information

#591521 (or 0x591521) is unknown color: approx Bordeaux. HEX triplet: 59, 15 and 21. RGB value is (89,21,33). Sum of RGB (Red+Green+Blue) = 89+21+33=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591521 is #A6EADE. Grayscale: #2A2A2A. Windows color (decimal): -10939103 or 2168153. OLE color: 2168153.

HSL color Cylindrical-coordinate representation of color #591521: hue angle of 349.41º 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 #591521 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB892133-
CMYK00.760.630.65
HSL349.41º61.82%21.57%-
HSV(B)349.41º76.4%34.9%-
XYZ4.662.771.73-
YUV42.7122.53161.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 33 (13.28% from 255) = 23.08%
R=62.24%
G=14.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89213300.760.630.65349.4161.8221.57
Hex59152104C3F4115d3e16
Octal13125410114771015357626
Binary10110011010110000101001100111111100000110101110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591521; }

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

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

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

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

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

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

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

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