Html Css Color HEX #591229 Bordeaux

📋 copy color: '#591229'

red 89 ◦ green 18 ◦ blue 41

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

Shades of Bordeaux #591229

Tints of Bordeaux #591229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.16%

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 60.14%
G = 12.16%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#591229 (or 0x591229) is known color: Bordeaux. HEX triplet: 59, 12 and 29. RGB value is (89,18,41). Sum of RGB (Red+Green+Blue) = 89+18+41=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591229 is #A6EDD6. Grayscale: #292929. Windows color (decimal): -10939863 or 2691673. OLE color: 2691673.

HSL color Cylindrical-coordinate representation of color #591229: hue angle of 340.56º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591229 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 41 -
CMYK 0 0.80 0.54 0.65
HSL 340.56º 0.66% 0.21% -
HSV(B) 340.56º 0.8% 0.35% -
XYZ 4.74 2.72 2.37 -
YUV 41.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 89 18 41 0 0.80 0.54 0.65 340.56 0.66 0.21
Hex 59 12 29 0 50 36 41 155 42 15
Octal 131 22 51 0 120 66 101 525 102 25
Binary 1011001 10010 101001 0 1010000 110110 1000001 101010101 1000010 10101

Color Harmonies of #591229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591229

Black with #591229

Text Example


Text Example

White with #591229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591229; }

 p { color: rgb(89,18,41); }

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

background-color css

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

 a { background-color: rgb(89,18,41); }

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

border-color css

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

 span { border-color: rgb(89,18,41); }

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