#59030A

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

Shades of Bordeaux #59030A

Tints of Bordeaux #59030A

Color information

#59030A (or 0x59030A) is unknown color: approx Bordeaux. HEX triplet: 59, 03 and 0A. RGB value is (89,3,10). Sum of RGB (Red+Green+Blue) = 89+3+10=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #59030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59030A is #A6FCF5. Grayscale: #1D1D1D. Windows color (decimal): -10943734 or 656217. OLE color: 656217.

HSL color Cylindrical-coordinate representation of color #59030A: hue angle of 355.12º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59030A is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB89310-
CMYK00.970.890.65
HSL355.12º93.48%18.04%-
HSV(B)355.12º96.63%34.9%-
XYZ4.212.210.49-
YUV29.51116.99170.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 87.25%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=87.25%
G=2.94%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8931000.970.890.65355.1293.4818.04
Hex593A06159411635d12
Octal131312014113110154313522
Binary10110011110100110000110110011000001101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,3,10); }

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

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

 a { background-color: rgb(89,3,10); }

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

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

 span { border-color: rgb(89,3,10); }

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