#59021B

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

Shades of Bordeaux #59021B

Tints of Bordeaux #59021B

Color information

#59021B (or 0x59021B) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 1B. RGB value is (89,2,27). Sum of RGB (Red+Green+Blue) = 89+2+27=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #59021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021B is #A6FDE4. Grayscale: #1E1E1E. Windows color (decimal): -10943973 or 1770073. OLE color: 1770073.

HSL color Cylindrical-coordinate representation of color #59021B: hue angle of 342.76º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59021B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB89227-
CMYK00.980.700.65
HSL342.76º95.6%17.84%-
HSV(B)342.76º97.75%34.9%-
XYZ4.342.251.24-
YUV30.86125.82169.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 75.42%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=75.42%
G=1.69%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8922700.980.700.65342.7695.617.84
Hex5921B06246411576012
Octal131233014210610152714022
Binary101100110110110110001010001101000001101010111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59021B; }

 p { color: rgb(89,2,27); }

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

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

 a { background-color: rgb(89,2,27); }

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

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

 span { border-color: rgb(89,2,27); }

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