#59132A

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

Shades of Bordeaux #59132A

Tints of Bordeaux #59132A

Color information

#59132A (or 0x59132A) is unknown color: approx Bordeaux. HEX triplet: 59, 13 and 2A. RGB value is (89,19,42). Sum of RGB (Red+Green+Blue) = 89+19+42=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59132A is #A6ECD5. Grayscale: #2A2A2A. Windows color (decimal): -10939606 or 2757465. OLE color: 2757465.

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

Color convert

RGB891942-
CMYK00.790.530.65
HSL340.29º64.81%21.18%-
HSV(B)340.29º78.65%34.9%-
XYZ4.772.762.47-
YUV42.55127.69161.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.33%
GREEN value IS 19 (7.81% from 255) = 12.67%
BLUE value IS 42 (16.80% from 255) = 28%
R=59.33%
G=12.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89194200.790.530.65340.2964.8121.18
Hex59132A04F35411544115
Octal131235201176510152410125
Binary101100110011101010010011111101011000001101010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59132A; }

 p { color: rgb(89,19,42); }

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

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

 a { background-color: rgb(89,19,42); }

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

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

 span { border-color: rgb(89,19,42); }

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