Html Css Color HEX #590925 Bordeaux

📋 copy color: '#590925'

red 89 ◦ green 9 ◦ blue 37

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

Shades of Bordeaux #590925

Tints of Bordeaux #590925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 27.41%

R = 65.93%
G = 6.67%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#590925 (or 0x590925) is known color: Bordeaux. HEX triplet: 59, 09 and 25. RGB value is (89,9,37). Sum of RGB (Red+Green+Blue) = 89+9+37=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #590925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590925 is #A6F6DA. Grayscale: #242424. Windows color (decimal): -10942171 or 2427225. OLE color: 2427225.

HSL color Cylindrical-coordinate representation of color #590925: hue angle of 339º 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 #590925 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 37 -
CMYK 0 0.90 0.58 0.65
HSL 339º 0.82% 0.19% -
HSV(B) 339º 0.9% 0.35% -
XYZ 4.55 2.45 1.98 -
YUV 36.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 89 9 37 0 0.90 0.58 0.65 339 0.82 0.19
Hex 59 9 25 0 5A 3A 41 153 52 13
Octal 131 11 45 0 132 72 101 523 122 23
Binary 1011001 1001 100101 0 1011010 111010 1000001 101010011 1010010 10011

Color Harmonies of #590925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590925

Black with #590925

Text Example


Text Example

White with #590925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590925; }

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

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

background-color css

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

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

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

border-color css

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

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

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