Html Css Color HEX #590616 Bordeaux

📋 copy color: '#590616'

red 89 ◦ green 6 ◦ blue 22

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

Shades of Bordeaux #590616

Tints of Bordeaux #590616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.13%

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

R = 76.07%
G = 5.13%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#590616 (or 0x590616) is known color: Bordeaux. HEX triplet: 59, 06 and 16. RGB value is (89,6,22). Sum of RGB (Red+Green+Blue) = 89+6+22=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #590616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590616 is #A6F9E9. Grayscale: #202020. Windows color (decimal): -10942954 or 1443417. OLE color: 1443417.

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

Color convert

RGB 89 6 22 -
CMYK 0 0.93 0.75 0.65
HSL 348.43º 0.87% 0.19% -
HSV(B) 348.43º 0.93% 0.35% -
XYZ 4.33 2.31 0.98 -
YUV 32.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 89 6 22 0 0.93 0.75 0.65 348.43 0.87 0.19
Hex 59 6 16 0 5D 4B 41 15C 57 13
Octal 131 6 26 0 135 113 101 534 127 23
Binary 1011001 110 10110 0 1011101 1001011 1000001 101011100 1010111 10011

Color Harmonies of #590616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590616

Black with #590616

Text Example


Text Example

White with #590616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590616; }

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

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

background-color css

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

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

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

border-color css

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

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

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