Html Css Color HEX #591126 Bordeaux

📋 copy color: '#591126'

red 89 ◦ green 17 ◦ blue 38

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

Shades of Bordeaux #591126

Tints of Bordeaux #591126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 61.81%
G = 11.81%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#591126 (or 0x591126) is known color: Bordeaux. HEX triplet: 59, 11 and 26. RGB value is (89,17,38). Sum of RGB (Red+Green+Blue) = 89+17+38=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591126 is #A6EED9. Grayscale: #282828. Windows color (decimal): -10940122 or 2494809. OLE color: 2494809.

HSL color Cylindrical-coordinate representation of color #591126: hue angle of 342.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591126 is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 38 -
CMYK 0 0.81 0.57 0.65
HSL 342.5º 0.68% 0.21% -
HSV(B) 342.5º 0.81% 0.35% -
XYZ 4.67 2.66 2.1 -
YUV 40.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 89 17 38 0 0.81 0.57 0.65 342.5 0.68 0.21
Hex 59 11 26 0 51 39 41 156 44 15
Octal 131 21 46 0 121 71 101 526 104 25
Binary 1011001 10001 100110 0 1010001 111001 1000001 101010110 1000100 10101

Color Harmonies of #591126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591126

Black with #591126

Text Example


Text Example

White with #591126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591126; }

 p { color: rgb(89,17,38); }

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

background-color css

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

 a { background-color: rgb(89,17,38); }

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

border-color css

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

 span { border-color: rgb(89,17,38); }

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