#590826

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

Shades of Bordeaux #590826

Tints of Bordeaux #590826

Color information

#590826 (or 0x590826) is unknown color: approx Bordeaux. HEX triplet: 59, 08 and 26. RGB value is (89,8,38). Sum of RGB (Red+Green+Blue) = 89+8+38=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #590826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590826 is #A6F7D9. Grayscale: #232323. Windows color (decimal): -10942426 or 2492505. OLE color: 2492505.

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

Color convert

RGB89838-
CMYK00.910.570.65
HSL337.78º83.51%19.02%-
HSV(B)337.78º91.01%34.9%-
XYZ4.562.442.06-
YUV35.64129.34166.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.93%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=65.93%
G=5.93%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8983800.910.570.65337.7883.5119.02
Hex5982605B39411525413
Octal131104601337110152212423
Binary10110011000100110010110111110011000001101010010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590826; }

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

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

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

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

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

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

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

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