Html Css Color HEX #590B29 Bordeaux

📋 copy color: '#590B29'

red 89 ◦ green 11 ◦ blue 41

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

Shades of Bordeaux #590B29

Tints of Bordeaux #590B29

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.8%

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

R = 63.12%
G = 7.8%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#590B29 (or 0x590B29) is known color: Bordeaux. HEX triplet: 59, 0B and 29. RGB value is (89,11,41). Sum of RGB (Red+Green+Blue) = 89+11+41=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #590B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B29 is #A6F4D6. Grayscale: #252525. Windows color (decimal): -10941655 or 2689881. OLE color: 2689881.

HSL color Cylindrical-coordinate representation of color #590B29: hue angle of 336.92º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B29 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 11 41 -
CMYK 0 0.88 0.54 0.65
HSL 336.92º 0.78% 0.2% -
HSV(B) 336.92º 0.88% 0.35% -
XYZ 4.64 2.52 2.34 -
YUV 37.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 89 11 41 0 0.88 0.54 0.65 336.92 0.78 0.2
Hex 59 B 29 0 58 36 41 151 4E 14
Octal 131 13 51 0 130 66 101 521 116 24
Binary 1011001 1011 101001 0 1011000 110110 1000001 101010001 1001110 10100

Color Harmonies of #590B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B29

Black with #590B29

Text Example


Text Example

White with #590B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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