Html Css Color HEX #590A1F Bordeaux

📋 copy color: '#590A1F'

red 89 ◦ green 10 ◦ blue 31

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

Shades of Bordeaux #590A1F

Tints of Bordeaux #590A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.85%

R = 68.46%
G = 7.69%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#590A1F (or 0x590A1F) is known color: Bordeaux. HEX triplet: 59, 0A and 1F. RGB value is (89,10,31). Sum of RGB (Red+Green+Blue) = 89+10+31=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590A1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590A1F is #A6F5E0. Grayscale: #242424. Windows color (decimal): -10941921 or 2034265. OLE color: 2034265.

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

Color convert

RGB 89 10 31 -
CMYK 0 0.89 0.65 0.65
HSL 344.05º 0.8% 0.19% -
HSV(B) 344.05º 0.89% 0.35% -
XYZ 4.48 2.44 1.53 -
YUV 36.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 89 10 31 0 0.89 0.65 0.65 344.05 0.8 0.19
Hex 59 A 1F 0 59 41 41 158 50 13
Octal 131 12 37 0 131 101 101 530 120 23
Binary 1011001 1010 11111 0 1011001 1000001 1000001 101011000 1010000 10011

Color Harmonies of #590A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590A1F

Black with #590A1F

Text Example


Text Example

White with #590A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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