Html Css Color HEX #590316 Bordeaux

📋 copy color: '#590316'

red 89 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #590316

Tints of Bordeaux #590316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.63%

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

R = 78.07%
G = 2.63%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#590316 (or 0x590316) is known color: Bordeaux. HEX triplet: 59, 03 and 16. RGB value is (89,3,22). Sum of RGB (Red+Green+Blue) = 89+3+22=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590316 is #A6FCE9. Grayscale: #1E1E1E. Windows color (decimal): -10943722 or 1442649. OLE color: 1442649.

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

Color convert

RGB 89 3 22 -
CMYK 0 0.97 0.75 0.65
HSL 346.74º 0.93% 0.18% -
HSV(B) 346.74º 0.97% 0.35% -
XYZ 4.3 2.25 0.97 -
YUV 30.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 89 3 22 0 0.97 0.75 0.65 346.74 0.93 0.18
Hex 59 3 16 0 61 4B 41 15B 5D 12
Octal 131 3 26 0 141 113 101 533 135 22
Binary 1011001 11 10110 0 1100001 1001011 1000001 101011011 1011101 10010

Color Harmonies of #590316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590316

Black with #590316

Text Example


Text Example

White with #590316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590316; }

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

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

background-color css

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

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

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

border-color css

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

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

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