#59020F

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

Shades of Bordeaux #59020F

Tints of Bordeaux #59020F

Color information

#59020F (or 0x59020F) is unknown color: approx Bordeaux. HEX triplet: 59, 02 and 0F. RGB value is (89,2,15). Sum of RGB (Red+Green+Blue) = 89+2+15=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #59020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020F is #A6FDF0. Grayscale: #1D1D1D. Windows color (decimal): -10943985 or 983641. OLE color: 983641.

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

Color convert

RGB89215-
CMYK00.980.830.65
HSL351.03º95.6%17.84%-
HSV(B)351.03º97.75%34.9%-
XYZ4.232.20.65-
YUV29.5119.82170.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 83.96%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=83.96%
G=1.89%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8921500.980.830.65351.0395.617.84
Hex592F062534115f6012
Octal131217014212310153714022
Binary10110011011110110001010100111000001101011111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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