#591429

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

Shades of Bordeaux #591429

Tints of Bordeaux #591429

Color information

#591429 (or 0x591429) is unknown color: approx Bordeaux. HEX triplet: 59, 14 and 29. RGB value is (89,20,41). Sum of RGB (Red+Green+Blue) = 89+20+41=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #591429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591429 is #A6EBD6. Grayscale: #2B2B2B. Windows color (decimal): -10939351 or 2692185. OLE color: 2692185.

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

Color convert

RGB892041-
CMYK00.780.540.65
HSL341.74º63.3%21.37%-
HSV(B)341.74º77.53%34.9%-
XYZ4.772.782.38-
YUV43.02126.86160.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=59.33%
G=13.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89204100.780.540.65341.7463.321.37
Hex59142904E36411563f15
Octal13124510116661015267725
Binary10110011010010100101001110110110100000110101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591429; }

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

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

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

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

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

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

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

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