Html Css Color HEX #591221 Bordeaux

📋 copy color: '#591221'

red 89 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #591221

Tints of Bordeaux #591221

RGB

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

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

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

R = 63.57%
G = 12.86%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#591221 (or 0x591221) is known color: Bordeaux. HEX triplet: 59, 12 and 21. RGB value is (89,18,33). Sum of RGB (Red+Green+Blue) = 89+18+33=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591221 is #A6EDDE. Grayscale: #282828. Windows color (decimal): -10939871 or 2167385. OLE color: 2167385.

HSL color Cylindrical-coordinate representation of color #591221: hue angle of 347.32º 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 #591221 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 33 -
CMYK 0 0.80 0.63 0.65
HSL 347.32º 0.66% 0.21% -
HSV(B) 347.32º 0.8% 0.35% -
XYZ 4.61 2.67 1.71 -
YUV 40.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 89 18 33 0 0.80 0.63 0.65 347.32 0.66 0.21
Hex 59 12 21 0 50 3F 41 15B 42 15
Octal 131 22 41 0 120 77 101 533 102 25
Binary 1011001 10010 100001 0 1010000 111111 1000001 101011011 1000010 10101

Color Harmonies of #591221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591221

Black with #591221

Text Example


Text Example

White with #591221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591221; }

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

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

background-color css

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

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

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

border-color css

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

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

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