Html Css Color HEX #591127 Bordeaux

📋 copy color: '#591127'

red 89 ◦ green 17 ◦ blue 39

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

Shades of Bordeaux #591127

Tints of Bordeaux #591127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 61.38%
G = 11.72%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#591127 (or 0x591127) is known color: Bordeaux. HEX triplet: 59, 11 and 27. RGB value is (89,17,39). Sum of RGB (Red+Green+Blue) = 89+17+39=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591127 is #A6EED8. Grayscale: #292929. Windows color (decimal): -10940121 or 2560345. OLE color: 2560345.

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

Color convert

RGB 89 17 39 -
CMYK 0 0.81 0.56 0.65
HSL 341.67º 0.68% 0.21% -
HSV(B) 341.67º 0.81% 0.35% -
XYZ 4.69 2.67 2.19 -
YUV 41.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 89 17 39 0 0.81 0.56 0.65 341.67 0.68 0.21
Hex 59 11 27 0 51 38 41 156 44 15
Octal 131 21 47 0 121 70 101 526 104 25
Binary 1011001 10001 100111 0 1010001 111000 1000001 101010110 1000100 10101

Color Harmonies of #591127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591127

Black with #591127

Text Example


Text Example

White with #591127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591127; }

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

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

background-color css

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

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

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

border-color css

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

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

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