Html Css Color HEX #590B22 Bordeaux

📋 copy color: '#590B22'

red 89 ◦ green 11 ◦ blue 34

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

Shades of Bordeaux #590B22

Tints of Bordeaux #590B22

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.21%

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 66.42%
G = 8.21%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#590B22 (or 0x590B22) is known color: Bordeaux. HEX triplet: 59, 0B and 22. RGB value is (89,11,34). Sum of RGB (Red+Green+Blue) = 89+11+34=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #590B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B22 is #A6F4DD. Grayscale: #242424. Windows color (decimal): -10941662 or 2231129. OLE color: 2231129.

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

Color convert

RGB 89 11 34 -
CMYK 0 0.88 0.62 0.65
HSL 342.31º 0.78% 0.2% -
HSV(B) 342.31º 0.88% 0.35% -
XYZ 4.53 2.48 1.75 -
YUV 36.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 89 11 34 0 0.88 0.62 0.65 342.31 0.78 0.2
Hex 59 B 22 0 58 3E 41 156 4E 14
Octal 131 13 42 0 130 76 101 526 116 24
Binary 1011001 1011 100010 0 1011000 111110 1000001 101010110 1001110 10100

Color Harmonies of #590B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590B22

Black with #590B22

Text Example


Text Example

White with #590B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590B22; }

 p { color: rgb(89,11,34); }

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

background-color css

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

 a { background-color: rgb(89,11,34); }

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

border-color css

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

 span { border-color: rgb(89,11,34); }

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