#591025

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

Shades of Bordeaux #591025

Tints of Bordeaux #591025

Color information

#591025 (or 0x591025) is unknown color: approx Bordeaux. HEX triplet: 59, 10 and 25. RGB value is (89,16,37). Sum of RGB (Red+Green+Blue) = 89+16+37=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591025 is #A6EFDA. Grayscale: #282828. Windows color (decimal): -10940379 or 2429017. OLE color: 2429017.

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

Color convert

RGB891637-
CMYK00.820.580.65
HSL342.74º69.52%20.59%-
HSV(B)342.74º82.02%34.9%-
XYZ4.642.632.01-
YUV40.22126.18162.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.68%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 37 (14.84% from 255) = 26.06%
R=62.68%
G=11.27%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89163700.820.580.65342.7469.5220.59
Hex5910250523A411574615
Octal131204501227210152710625
Binary101100110000100101010100101110101000001101010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591025; }

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

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

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

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

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

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

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

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