Html Css Color HEX #591629 Bordeaux

📋 copy color: '#591629'

red 89 ◦ green 22 ◦ blue 41

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

Shades of Bordeaux #591629

Tints of Bordeaux #591629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.47%

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

R = 58.55%
G = 14.47%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#591629 (or 0x591629) is known color: Bordeaux. HEX triplet: 59, 16 and 29. RGB value is (89,22,41). Sum of RGB (Red+Green+Blue) = 89+22+41=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #591629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591629 is #A6E9D6. Grayscale: #2C2C2C. Windows color (decimal): -10938839 or 2692697. OLE color: 2692697.

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

Color convert

RGB 89 22 41 -
CMYK 0 0.75 0.54 0.65
HSL 342.99º 0.6% 0.22% -
HSV(B) 342.99º 0.75% 0.35% -
XYZ 4.81 2.86 2.4 -
YUV 44.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 89 22 41 0 0.75 0.54 0.65 342.99 0.6 0.22
Hex 59 16 29 0 4B 36 41 157 3C 16
Octal 131 26 51 0 113 66 101 527 74 26
Binary 1011001 10110 101001 0 1001011 110110 1000001 101010111 111100 10110

Color Harmonies of #591629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591629

Black with #591629

Text Example


Text Example

White with #591629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591629; }

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

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

background-color css

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

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

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

border-color css

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

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

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