#590824

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

Shades of Bordeaux #590824

Tints of Bordeaux #590824

Color information

#590824 (or 0x590824) is unknown color: approx Bordeaux. HEX triplet: 59, 08 and 24. RGB value is (89,8,36). Sum of RGB (Red+Green+Blue) = 89+8+36=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #590824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590824 is #A6F7DB. Grayscale: #232323. Windows color (decimal): -10942428 or 2361433. OLE color: 2361433.

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

Color convert

RGB89836-
CMYK00.910.600.65
HSL339.26º83.51%19.02%-
HSV(B)339.26º91.01%34.9%-
XYZ4.532.421.9-
YUV35.41128.34166.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=66.92%
G=6.02%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8983600.910.600.65339.2683.5119.02
Hex5982405B3C411535413
Octal131104401337410152312423
Binary10110011000100100010110111111001000001101010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590824; }

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

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

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

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

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

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

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

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