Html Css Color HEX #591529 Bordeaux

📋 copy color: '#591529'

red 89 ◦ green 21 ◦ blue 41

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

Shades of Bordeaux #591529

Tints of Bordeaux #591529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

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

R = 58.94%
G = 13.91%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#591529 (or 0x591529) is known color: Bordeaux. HEX triplet: 59, 15 and 29. RGB value is (89,21,41). Sum of RGB (Red+Green+Blue) = 89+21+41=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #591529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591529 is #A6EAD6. Grayscale: #2B2B2B. Windows color (decimal): -10939095 or 2692441. OLE color: 2692441.

HSL color Cylindrical-coordinate representation of color #591529: hue angle of 342.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #591529 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 41 -
CMYK 0 0.76 0.54 0.65
HSL 342.35º 0.62% 0.22% -
HSV(B) 342.35º 0.76% 0.35% -
XYZ 4.79 2.82 2.39 -
YUV 43.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 89 21 41 0 0.76 0.54 0.65 342.35 0.62 0.22
Hex 59 15 29 0 4C 36 41 156 3E 16
Octal 131 25 51 0 114 66 101 526 76 26
Binary 1011001 10101 101001 0 1001100 110110 1000001 101010110 111110 10110

Color Harmonies of #591529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591529

Black with #591529

Text Example


Text Example

White with #591529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591529; }

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

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

background-color css

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

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

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

border-color css

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

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

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