#59021A

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

Shades of Bordeaux #59021A

Tints of Bordeaux #59021A

Color information

#59021A (or 0x59021A) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 1A. RGB value is (89,2,26). Sum of RGB (Red+Green+Blue) = 89+2+26=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #59021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021A is #A6FDE5. Grayscale: #1E1E1E. Windows color (decimal): -10943974 or 1704537. OLE color: 1704537.

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

Color convert

RGB89226-
CMYK00.980.710.65
HSL343.45º95.6%17.84%-
HSV(B)343.45º97.75%34.9%-
XYZ4.332.241.18-
YUV30.75125.32169.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 76.07%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=76.07%
G=1.71%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8922600.980.710.65343.4595.617.84
Hex5921A06247411576012
Octal131232014210710152714022
Binary101100110110100110001010001111000001101010111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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