Html Css Color HEX #591021 Bordeaux

📋 copy color: '#591021'

red 89 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #591021

Tints of Bordeaux #591021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

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

R = 64.49%
G = 11.59%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#591021 (or 0x591021) is known color: Bordeaux. HEX triplet: 59, 10 and 21. RGB value is (89,16,33). Sum of RGB (Red+Green+Blue) = 89+16+33=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #591021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591021 is #A6EFDE. Grayscale: #272727. Windows color (decimal): -10940383 or 2166873. OLE color: 2166873.

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

Color convert

RGB 89 16 33 -
CMYK 0 0.82 0.63 0.65
HSL 346.03º 0.7% 0.21% -
HSV(B) 346.03º 0.82% 0.35% -
XYZ 4.58 2.6 1.7 -
YUV 39.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 89 16 33 0 0.82 0.63 0.65 346.03 0.7 0.21
Hex 59 10 21 0 52 3F 41 15A 46 15
Octal 131 20 41 0 122 77 101 532 106 25
Binary 1011001 10000 100001 0 1010010 111111 1000001 101011010 1000110 10101

Color Harmonies of #591021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591021

Black with #591021

Text Example


Text Example

White with #591021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591021; }

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

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

background-color css

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

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

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

border-color css

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

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

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