#591428

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

Shades of Bordeaux #591428

Tints of Bordeaux #591428

Color information

#591428 (or 0x591428) is unknown color: approx Bordeaux. HEX triplet: 59, 14 and 28. RGB value is (89,20,40). Sum of RGB (Red+Green+Blue) = 89+20+40=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #591428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591428 is #A6EBD7. Grayscale: #2A2A2A. Windows color (decimal): -10939352 or 2626649. OLE color: 2626649.

HSL color Cylindrical-coordinate representation of color #591428: hue angle of 342.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591428 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB892040-
CMYK00.780.550.65
HSL342.61º63.3%21.37%-
HSV(B)342.61º77.53%34.9%-
XYZ4.752.782.29-
YUV42.91126.36160.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=59.73%
G=13.42%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89204000.780.550.65342.6163.321.37
Hex59142804E37411573f15
Octal13124500116671015277725
Binary10110011010010100001001110110111100000110101011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591428; }

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

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

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

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

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

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

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

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