#590825

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

Shades of Bordeaux #590825

Tints of Bordeaux #590825

Color information

#590825 (or 0x590825) is unknown color: approx Bordeaux. HEX triplet: 59, 08 and 25. RGB value is (89,8,37). Sum of RGB (Red+Green+Blue) = 89+8+37=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #590825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590825 is #A6F7DA. Grayscale: #232323. Windows color (decimal): -10942427 or 2426969. OLE color: 2426969.

HSL color Cylindrical-coordinate representation of color #590825: hue angle of 338.52º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590825 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB89837-
CMYK00.910.580.65
HSL338.52º83.51%19.02%-
HSV(B)338.52º91.01%34.9%-
XYZ4.542.431.98-
YUV35.53128.84166.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=66.42%
G=5.97%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8983700.910.580.65338.5283.5119.02
Hex5982505B3A411535413
Octal131104501337210152312423
Binary10110011000100101010110111110101000001101010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590825; }

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

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

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

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

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

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

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

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