Html Css Color HEX #590314 Bordeaux

📋 copy color: '#590314'

red 89 ◦ green 3 ◦ blue 20

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

Shades of Bordeaux #590314

Tints of Bordeaux #590314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.86%

R = 79.46%
G = 2.68%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#590314 (or 0x590314) is known color: Bordeaux. HEX triplet: 59, 03 and 14. RGB value is (89,3,20). Sum of RGB (Red+Green+Blue) = 89+3+20=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #590314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590314 is #A6FCEB. Grayscale: #1E1E1E. Windows color (decimal): -10943724 or 1311577. OLE color: 1311577.

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

Color convert

RGB 89 3 20 -
CMYK 0 0.97 0.78 0.65
HSL 348.14º 0.93% 0.18% -
HSV(B) 348.14º 0.97% 0.35% -
XYZ 4.28 2.24 0.87 -
YUV 30.65 121.99 169.62 -
System Red Green Blue C M Y K H S L
Decimal 89 3 20 0 0.97 0.78 0.65 348.14 0.93 0.18
Hex 59 3 14 0 61 4E 41 15C 5D 12
Octal 131 3 24 0 141 116 101 534 135 22
Binary 1011001 11 10100 0 1100001 1001110 1000001 101011100 1011101 10010

Color Harmonies of #590314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590314

Black with #590314

Text Example


Text Example

White with #590314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590314; }

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

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

background-color css

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

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

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

border-color css

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

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

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