Html Css Color HEX #590926 Bordeaux

📋 copy color: '#590926'

red 89 ◦ green 9 ◦ blue 38

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

Shades of Bordeaux #590926

Tints of Bordeaux #590926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.94%

R = 65.44%
G = 6.62%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#590926 (or 0x590926) is known color: Bordeaux. HEX triplet: 59, 09 and 26. RGB value is (89,9,38). Sum of RGB (Red+Green+Blue) = 89+9+38=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #590926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590926 is #A6F6D9. Grayscale: #242424. Windows color (decimal): -10942170 or 2492761. OLE color: 2492761.

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

Color convert

RGB 89 9 38 -
CMYK 0 0.90 0.57 0.65
HSL 338.25º 0.82% 0.19% -
HSV(B) 338.25º 0.9% 0.35% -
XYZ 4.57 2.46 2.07 -
YUV 36.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 89 9 38 0 0.90 0.57 0.65 338.25 0.82 0.19
Hex 59 9 26 0 5A 39 41 152 52 13
Octal 131 11 46 0 132 71 101 522 122 23
Binary 1011001 1001 100110 0 1011010 111001 1000001 101010010 1010010 10011

Color Harmonies of #590926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590926

Black with #590926

Text Example


Text Example

White with #590926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590926; }

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

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

background-color css

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

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

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

border-color css

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

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

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