Html Css Color HEX #591125 Bordeaux

📋 copy color: '#591125'

red 89 ◦ green 17 ◦ blue 37

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

Shades of Bordeaux #591125

Tints of Bordeaux #591125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 62.24%
G = 11.89%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#591125 (or 0x591125) is known color: Bordeaux. HEX triplet: 59, 11 and 25. RGB value is (89,17,37). Sum of RGB (Red+Green+Blue) = 89+17+37=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591125 is #A6EEDA. Grayscale: #282828. Windows color (decimal): -10940123 or 2429273. OLE color: 2429273.

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

Color convert

RGB 89 17 37 -
CMYK 0 0.81 0.58 0.65
HSL 343.33º 0.68% 0.21% -
HSV(B) 343.33º 0.81% 0.35% -
XYZ 4.65 2.66 2.02 -
YUV 40.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 89 17 37 0 0.81 0.58 0.65 343.33 0.68 0.21
Hex 59 11 25 0 51 3A 41 157 44 15
Octal 131 21 45 0 121 72 101 527 104 25
Binary 1011001 10001 100101 0 1010001 111010 1000001 101010111 1000100 10101

Color Harmonies of #591125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591125

Black with #591125

Text Example


Text Example

White with #591125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591125; }

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

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

background-color css

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

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

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

border-color css

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

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

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