Html Css Color HEX #591124 Bordeaux

📋 copy color: '#591124'

red 89 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #591124

Tints of Bordeaux #591124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 62.68%
G = 11.97%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#591124 (or 0x591124) is known color: Bordeaux. HEX triplet: 59, 11 and 24. RGB value is (89,17,36). Sum of RGB (Red+Green+Blue) = 89+17+36=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591124 is #A6EEDB. Grayscale: #282828. Windows color (decimal): -10940124 or 2363737. OLE color: 2363737.

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

Color convert

RGB 89 17 36 -
CMYK 0 0.81 0.60 0.65
HSL 344.17º 0.68% 0.21% -
HSV(B) 344.17º 0.81% 0.35% -
XYZ 4.64 2.65 1.94 -
YUV 40.69 125.35 162.46 -
System Red Green Blue C M Y K H S L
Decimal 89 17 36 0 0.81 0.60 0.65 344.17 0.68 0.21
Hex 59 11 24 0 51 3C 41 158 44 15
Octal 131 21 44 0 121 74 101 530 104 25
Binary 1011001 10001 100100 0 1010001 111100 1000001 101011000 1000100 10101

Color Harmonies of #591124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591124

Black with #591124

Text Example


Text Example

White with #591124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591124; }

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

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

background-color css

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

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

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

border-color css

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

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

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