Html Css Color HEX #59000A Bordeaux

📋 copy color: '#59000A'

red 89 ◦ green 0 ◦ blue 10

#59000A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #59000A

Tints of Bordeaux #59000A

RGB

 RED value IS 89 (35.16% from 255) = 89.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 10.1%

R = 89.9%
G = 0%
B = 10.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59000A (or 0x59000A) is known color: Bordeaux. HEX triplet: 59, 00 and 0A. RGB value is (89,0,10). Sum of RGB (Red+Green+Blue) = 89+0+10=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #59000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59000A is #A6FFF5. Grayscale: #1B1B1B. Windows color (decimal): -10944502 or 655449. OLE color: 655449.

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

Color convert

RGB 89 0 10 -
CMYK 0 1 0.89 0.65
HSL 353.26º 1% 0.17% -
HSV(B) 353.26º 1% 0.35% -
XYZ 4.17 2.15 0.48 -
YUV 27.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 89 0 10 0 1 0.89 0.65 353.26 1 0.17
Hex 59 0 A 0 64 59 41 161 64 11
Octal 131 0 12 0 144 131 101 541 144 21
Binary 1011001 0 1010 0 1100100 1011001 1000001 101100001 1100100 10001

Color Harmonies of #59000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59000A

Black with #59000A

Text Example


Text Example

White with #59000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59000A;
 }
 .AnyTagClassName
 {
   color: #59000A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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