Html Css Color HEX #59001F Bordeaux

📋 copy color: '#59001F'

red 89 ◦ green 0 ◦ blue 31

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

Shades of Bordeaux #59001F

Tints of Bordeaux #59001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 25.83%

R = 74.17%
G = 0%
B = 25.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59001F (or 0x59001F) is known color: Bordeaux. HEX triplet: 59, 00 and 1F. RGB value is (89,0,31). Sum of RGB (Red+Green+Blue) = 89+0+31=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59001F is #A6FFE0. Grayscale: #1E1E1E. Windows color (decimal): -10944481 or 2031705. OLE color: 2031705.

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

Color convert

RGB 89 0 31 -
CMYK 0 1 0.65 0.65
HSL 339.1º 1% 0.17% -
HSV(B) 339.1º 1% 0.35% -
XYZ 4.37 2.22 1.5 -
YUV 30.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 89 0 31 0 1 0.65 0.65 339.1 1 0.17
Hex 59 0 1F 0 64 41 41 153 64 11
Octal 131 0 37 0 144 101 101 523 144 21
Binary 1011001 0 11111 0 1100100 1000001 1000001 101010011 1100100 10001

Color Harmonies of #59001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59001F

Black with #59001F

Text Example


Text Example

White with #59001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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