Html Css Color HEX #591128 Bordeaux

📋 copy color: '#591128'

red 89 ◦ green 17 ◦ blue 40

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

Shades of Bordeaux #591128

Tints of Bordeaux #591128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 60.96%
G = 11.64%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#591128 (or 0x591128) is known color: Bordeaux. HEX triplet: 59, 11 and 28. RGB value is (89,17,40). Sum of RGB (Red+Green+Blue) = 89+17+40=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591128 is #A6EED7. Grayscale: #292929. Windows color (decimal): -10940120 or 2625881. OLE color: 2625881.

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

Color convert

RGB 89 17 40 -
CMYK 0 0.81 0.55 0.65
HSL 340.83º 0.68% 0.21% -
HSV(B) 340.83º 0.81% 0.35% -
XYZ 4.7 2.68 2.28 -
YUV 41.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 89 17 40 0 0.81 0.55 0.65 340.83 0.68 0.21
Hex 59 11 28 0 51 37 41 155 44 15
Octal 131 21 50 0 121 67 101 525 104 25
Binary 1011001 10001 101000 0 1010001 110111 1000001 101010101 1000100 10101

Color Harmonies of #591128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591128

Black with #591128

Text Example


Text Example

White with #591128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591128; }

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

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

background-color css

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

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

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

border-color css

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

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

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