#590F28

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

Shades of Bordeaux #590F28

Tints of Bordeaux #590F28

Color information

#590F28 (or 0x590F28) is unknown color: approx Bordeaux. HEX triplet: 59, 0F and 28. RGB value is (89,15,40). Sum of RGB (Red+Green+Blue) = 89+15+40=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #590F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F28 is #A6F0D7. Grayscale: #272727. Windows color (decimal): -10940632 or 2625369. OLE color: 2625369.

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

Color convert

RGB891540-
CMYK00.830.550.65
HSL339.73º71.15%20.39%-
HSV(B)339.73º83.15%34.9%-
XYZ4.672.622.27-
YUV39.98128.02162.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=61.81%
G=10.42%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89154000.830.550.65339.7371.1520.39
Hex59F2805337411544714
Octal131175001236710152410724
Binary10110011111101000010100111101111000001101010100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #590F28; }

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

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

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

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

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

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

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

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