#59021C

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

Shades of Bordeaux #59021C

Tints of Bordeaux #59021C

Color information

#59021C (or 0x59021C) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 1C. RGB value is (89,2,28). Sum of RGB (Red+Green+Blue) = 89+2+28=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #59021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021C is #A6FDE3. Grayscale: #1E1E1E. Windows color (decimal): -10943972 or 1835609. OLE color: 1835609.

HSL color Cylindrical-coordinate representation of color #59021C: hue angle of 342.07º 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 #59021C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB89228-
CMYK00.980.690.65
HSL342.07º95.6%17.84%-
HSV(B)342.07º97.75%34.9%-
XYZ4.352.251.3-
YUV30.98126.32169.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 74.79%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=74.79%
G=1.68%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8922800.980.690.65342.0795.617.84
Hex5921C06245411566012
Octal131234014210510152614022
Binary101100110111000110001010001011000001101010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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