Html Css Color HEX #59001A Bordeaux

📋 copy color: '#59001A'

red 89 ◦ green 0 ◦ blue 26

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

Shades of Bordeaux #59001A

Tints of Bordeaux #59001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.61%

R = 77.39%
G = 0%
B = 22.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59001A (or 0x59001A) is known color: Bordeaux. HEX triplet: 59, 00 and 1A. RGB value is (89,0,26). Sum of RGB (Red+Green+Blue) = 89+0+26=115 (15% of max value = 765). Red value is 89 (35.16% from 255 or 77.39% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 89 - color contains mainly: red. Hex color #59001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59001A is #A6FFE5. Grayscale: #1D1D1D. Windows color (decimal): -10944486 or 1704025. OLE color: 1704025.

HSL color Cylindrical-coordinate representation of color #59001A: hue angle of 342.47º 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 #59001A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 26 -
CMYK 0 1 0.71 0.65
HSL 342.47º 1% 0.17% -
HSV(B) 342.47º 1% 0.35% -
XYZ 4.31 2.2 1.17 -
YUV 29.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 89 0 26 0 1 0.71 0.65 342.47 1 0.17
Hex 59 0 1A 0 64 47 41 156 64 11
Octal 131 0 32 0 144 107 101 526 144 21
Binary 1011001 0 11010 0 1100100 1000111 1000001 101010110 1100100 10001

Color Harmonies of #59001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59001A

Black with #59001A

Text Example


Text Example

White with #59001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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