#59021F

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

Shades of Bordeaux #59021F

Tints of Bordeaux #59021F

Color information

#59021F (or 0x59021F) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 1F. RGB value is (89,2,31). Sum of RGB (Red+Green+Blue) = 89+2+31=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021F is #A6FDE0. Grayscale: #1F1F1F. Windows color (decimal): -10943969 or 2032217. OLE color: 2032217.

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

Color convert

RGB89231-
CMYK00.980.650.65
HSL340º95.6%17.84%-
HSV(B)340º97.75%34.9%-
XYZ4.392.271.5-
YUV31.32127.82169.14-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 72.95%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=72.95%
G=1.64%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8923100.980.650.6534095.617.84
Hex5921F06241411546012
Octal131237014210110152414022
Binary101100110111110110001010000011000001101010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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