#590E28

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

Shades of Bordeaux #590E28

Tints of Bordeaux #590E28

Color information

#590E28 (or 0x590E28) is unknown color: approx Bordeaux. HEX triplet: 59, 0E and 28. RGB value is (89,14,40). Sum of RGB (Red+Green+Blue) = 89+14+40=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #590E28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E28 is #A6F1D7. Grayscale: #272727. Windows color (decimal): -10940888 or 2625113. OLE color: 2625113.

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

Color convert

RGB891440-
CMYK00.840.550.65
HSL339.2º72.82%20.2%-
HSV(B)339.2º84.27%34.9%-
XYZ4.662.592.26-
YUV39.39128.35163.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 62.24%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=62.24%
G=9.79%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89144000.840.550.65339.272.8220.2
Hex59E2805437411534914
Octal131165001246710152311124
Binary10110011110101000010101001101111000001101010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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