Html Css Color HEX #590A1A Bordeaux

📋 copy color: '#590A1A'

red 89 ◦ green 10 ◦ blue 26

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

Shades of Bordeaux #590A1A

Tints of Bordeaux #590A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8%

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 71.2%
G = 8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#590A1A (or 0x590A1A) is known color: Bordeaux. HEX triplet: 59, 0A and 1A. RGB value is (89,10,26). Sum of RGB (Red+Green+Blue) = 89+10+26=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A1A is #A6F5E5. Grayscale: #232323. Windows color (decimal): -10941926 or 1706585. OLE color: 1706585.

HSL color Cylindrical-coordinate representation of color #590A1A: hue angle of 347.85º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #590A1A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 10 26 -
CMYK 0 0.89 0.71 0.65
HSL 347.85º 0.8% 0.19% -
HSV(B) 347.85º 0.89% 0.35% -
XYZ 4.41 2.42 1.21 -
YUV 35.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 89 10 26 0 0.89 0.71 0.65 347.85 0.8 0.19
Hex 59 A 1A 0 59 47 41 15C 50 13
Octal 131 12 32 0 131 107 101 534 120 23
Binary 1011001 1010 11010 0 1011001 1000111 1000001 101011100 1010000 10011

Color Harmonies of #590A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590A1A

Black with #590A1A

Text Example


Text Example

White with #590A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590A1A; }

 p { color: rgb(89,10,26); }

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

background-color css

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

 a { background-color: rgb(89,10,26); }

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

border-color css

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

 span { border-color: rgb(89,10,26); }

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