Html Css Color HEX #59010A Bordeaux

📋 copy color: '#59010A'

red 89 ◦ green 1 ◦ blue 10

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

Shades of Bordeaux #59010A

Tints of Bordeaux #59010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1%

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

R = 89%
G = 1%
B = 10%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59010A (or 0x59010A) is known color: Bordeaux. HEX triplet: 59, 01 and 0A. RGB value is (89,1,10). Sum of RGB (Red+Green+Blue) = 89+1+10=100 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 89 - color contains mainly: red. Hex color #59010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59010A is #A6FEF5. Grayscale: #1C1C1C. Windows color (decimal): -10944246 or 655705. OLE color: 655705.

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

Color convert

RGB 89 1 10 -
CMYK 0 0.99 0.89 0.65
HSL 353.86º 0.98% 0.18% -
HSV(B) 353.86º 0.99% 0.35% -
XYZ 4.19 2.17 0.48 -
YUV 28.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 89 1 10 0 0.99 0.89 0.65 353.86 0.98 0.18
Hex 59 1 A 0 63 59 41 162 62 12
Octal 131 1 12 0 143 131 101 542 142 22
Binary 1011001 1 1010 0 1100011 1011001 1000001 101100010 1100010 10010

Color Harmonies of #59010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59010A

Black with #59010A

Text Example


Text Example

White with #59010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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