Html Css Color HEX #591421 Bordeaux

📋 copy color: '#591421'

red 89 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #591421

Tints of Bordeaux #591421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

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

R = 62.68%
G = 14.08%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#591421 (or 0x591421) is known color: Bordeaux. HEX triplet: 59, 14 and 21. RGB value is (89,20,33). Sum of RGB (Red+Green+Blue) = 89+20+33=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #591421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591421 is #A6EBDE. Grayscale: #2A2A2A. Windows color (decimal): -10939359 or 2167897. OLE color: 2167897.

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

Color convert

RGB 89 20 33 -
CMYK 0 0.78 0.63 0.65
HSL 348.7º 0.63% 0.21% -
HSV(B) 348.7º 0.78% 0.35% -
XYZ 4.64 2.73 1.72 -
YUV 42.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 89 20 33 0 0.78 0.63 0.65 348.7 0.63 0.21
Hex 59 14 21 0 4E 3F 41 15D 3F 15
Octal 131 24 41 0 116 77 101 535 77 25
Binary 1011001 10100 100001 0 1001110 111111 1000001 101011101 111111 10101

Color Harmonies of #591421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591421

Black with #591421

Text Example


Text Example

White with #591421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591421; }

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

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

background-color css

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

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

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

border-color css

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

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

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