#591328

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

Shades of Bordeaux #591328

Tints of Bordeaux #591328

Color information

#591328 (or 0x591328) is unknown color: approx Bordeaux. HEX triplet: 59, 13 and 28. RGB value is (89,19,40). Sum of RGB (Red+Green+Blue) = 89+19+40=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591328 is #A6ECD7. Grayscale: #2A2A2A. Windows color (decimal): -10939608 or 2626393. OLE color: 2626393.

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

Color convert

RGB891940-
CMYK00.790.550.65
HSL342º64.81%21.18%-
HSV(B)342º78.65%34.9%-
XYZ4.742.742.29-
YUV42.32126.69161.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=60.14%
G=12.84%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89194000.790.550.6534264.8121.18
Hex59132804F37411564115
Octal131235001176710152610125
Binary101100110011101000010011111101111000001101010110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591328; }

 p { color: rgb(89,19,40); }

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

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

 a { background-color: rgb(89,19,40); }

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

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

 span { border-color: rgb(89,19,40); }

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