Html Css Color HEX #590922 Bordeaux

📋 copy color: '#590922'

red 89 ◦ green 9 ◦ blue 34

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

Shades of Bordeaux #590922

Tints of Bordeaux #590922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 67.42%
G = 6.82%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#590922 (or 0x590922) is known color: Bordeaux. HEX triplet: 59, 09 and 22. RGB value is (89,9,34). Sum of RGB (Red+Green+Blue) = 89+9+34=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #590922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590922 is #A6F6DD. Grayscale: #232323. Windows color (decimal): -10942174 or 2230617. OLE color: 2230617.

HSL color Cylindrical-coordinate representation of color #590922: hue angle of 341.25º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590922 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 34 -
CMYK 0 0.90 0.62 0.65
HSL 341.25º 0.82% 0.19% -
HSV(B) 341.25º 0.9% 0.35% -
XYZ 4.51 2.43 1.75 -
YUV 35.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 89 9 34 0 0.90 0.62 0.65 341.25 0.82 0.19
Hex 59 9 22 0 5A 3E 41 155 52 13
Octal 131 11 42 0 132 76 101 525 122 23
Binary 1011001 1001 100010 0 1011010 111110 1000001 101010101 1010010 10011

Color Harmonies of #590922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590922

Black with #590922

Text Example


Text Example

White with #590922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590922; }

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

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

background-color css

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

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

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

border-color css

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

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

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