Html Css Color HEX #590121 Bordeaux

📋 copy color: '#590121'

red 89 ◦ green 1 ◦ blue 33

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

Shades of Bordeaux #590121

Tints of Bordeaux #590121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 72.36%
G = 0.81%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#590121 (or 0x590121) is known color: Bordeaux. HEX triplet: 59, 01 and 21. RGB value is (89,1,33). Sum of RGB (Red+Green+Blue) = 89+1+33=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #590121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590121 is #A6FEDE. Grayscale: #1E1E1E. Windows color (decimal): -10944223 or 2163033. OLE color: 2163033.

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

Color convert

RGB 89 1 33 -
CMYK 0 0.99 0.63 0.65
HSL 338.18º 0.98% 0.18% -
HSV(B) 338.18º 0.99% 0.35% -
XYZ 4.41 2.26 1.64 -
YUV 30.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 89 1 33 0 0.99 0.63 0.65 338.18 0.98 0.18
Hex 59 1 21 0 63 3F 41 152 62 12
Octal 131 1 41 0 143 77 101 522 142 22
Binary 1011001 1 100001 0 1100011 111111 1000001 101010010 1100010 10010

Color Harmonies of #590121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590121

Black with #590121

Text Example


Text Example

White with #590121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590121; }

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

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

background-color css

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

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

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

border-color css

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

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

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