Html Css Color HEX #590826 Bordeaux

📋 copy color: '#590826'

red 89 ◦ green 8 ◦ blue 38

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

Shades of Bordeaux #590826

Tints of Bordeaux #590826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

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

R = 65.93%
G = 5.93%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#590826 (or 0x590826) is known color: Bordeaux. HEX triplet: 59, 08 and 26. RGB value is (89,8,38). Sum of RGB (Red+Green+Blue) = 89+8+38=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #590826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590826 is #A6F7D9. Grayscale: #232323. Windows color (decimal): -10942426 or 2492505. OLE color: 2492505.

HSL color Cylindrical-coordinate representation of color #590826: hue angle of 337.78º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #590826 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 8 38 -
CMYK 0 0.91 0.57 0.65
HSL 337.78º 0.84% 0.19% -
HSV(B) 337.78º 0.91% 0.35% -
XYZ 4.56 2.44 2.06 -
YUV 35.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 89 8 38 0 0.91 0.57 0.65 337.78 0.84 0.19
Hex 59 8 26 0 5B 39 41 152 54 13
Octal 131 10 46 0 133 71 101 522 124 23
Binary 1011001 1000 100110 0 1011011 111001 1000001 101010010 1010100 10011

Color Harmonies of #590826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590826

Black with #590826

Text Example


Text Example

White with #590826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590826; }

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

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

background-color css

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

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

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

border-color css

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

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

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