Html Css Color HEX #590621 Bordeaux

📋 copy color: '#590621'

red 89 ◦ green 6 ◦ blue 33

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

Shades of Bordeaux #590621

Tints of Bordeaux #590621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.69%

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 69.53%
G = 4.69%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#590621 (or 0x590621) is known color: Bordeaux. HEX triplet: 59, 06 and 21. RGB value is (89,6,33). Sum of RGB (Red+Green+Blue) = 89+6+33=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #590621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590621 is #A6F9DE. Grayscale: #212121. Windows color (decimal): -10942943 or 2164313. OLE color: 2164313.

HSL color Cylindrical-coordinate representation of color #590621: hue angle of 340.48º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590621 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 6 33 -
CMYK 0 0.93 0.63 0.65
HSL 340.48º 0.87% 0.19% -
HSV(B) 340.48º 0.93% 0.35% -
XYZ 4.46 2.36 1.66 -
YUV 33.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 89 6 33 0 0.93 0.63 0.65 340.48 0.87 0.19
Hex 59 6 21 0 5D 3F 41 154 57 13
Octal 131 6 41 0 135 77 101 524 127 23
Binary 1011001 110 100001 0 1011101 111111 1000001 101010100 1010111 10011

Color Harmonies of #590621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590621

Black with #590621

Text Example


Text Example

White with #590621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590621; }

 p { color: rgb(89,6,33); }

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

background-color css

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

 a { background-color: rgb(89,6,33); }

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

border-color css

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

 span { border-color: rgb(89,6,33); }

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