Html Css Color HEX #590816 Bordeaux

📋 copy color: '#590816'

red 89 ◦ green 8 ◦ blue 22

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

Shades of Bordeaux #590816

Tints of Bordeaux #590816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.49%

R = 74.79%
G = 6.72%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#590816 (or 0x590816) is known color: Bordeaux. HEX triplet: 59, 08 and 16. RGB value is (89,8,22). Sum of RGB (Red+Green+Blue) = 89+8+22=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #590816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590816 is #A6F7E9. Grayscale: #212121. Windows color (decimal): -10942442 or 1443929. OLE color: 1443929.

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

Color convert

RGB 89 8 22 -
CMYK 0 0.91 0.75 0.65
HSL 349.63º 0.84% 0.19% -
HSV(B) 349.63º 0.91% 0.35% -
XYZ 4.35 2.36 0.98 -
YUV 33.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 89 8 22 0 0.91 0.75 0.65 349.63 0.84 0.19
Hex 59 8 16 0 5B 4B 41 15E 54 13
Octal 131 10 26 0 133 113 101 536 124 23
Binary 1011001 1000 10110 0 1011011 1001011 1000001 101011110 1010100 10011

Color Harmonies of #590816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590816

Black with #590816

Text Example


Text Example

White with #590816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590816; }

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

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

background-color css

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

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

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

border-color css

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

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

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