Html Css Color HEX #590F1A Bordeaux

📋 copy color: '#590F1A'

red 89 ◦ green 15 ◦ blue 26

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

Shades of Bordeaux #590F1A

Tints of Bordeaux #590F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.54%

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

R = 68.46%
G = 11.54%
B = 20%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#590F1A (or 0x590F1A) is known color: Bordeaux. HEX triplet: 59, 0F and 1A. RGB value is (89,15,26). Sum of RGB (Red+Green+Blue) = 89+15+26=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F1A is #A6F0E5. Grayscale: #262626. Windows color (decimal): -10940646 or 1707865. OLE color: 1707865.

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

Color convert

RGB 89 15 26 -
CMYK 0 0.83 0.71 0.65
HSL 351.08º 0.71% 0.2% -
HSV(B) 351.08º 0.83% 0.35% -
XYZ 4.48 2.54 1.23 -
YUV 38.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 89 15 26 0 0.83 0.71 0.65 351.08 0.71 0.2
Hex 59 F 1A 0 53 47 41 15F 47 14
Octal 131 17 32 0 123 107 101 537 107 24
Binary 1011001 1111 11010 0 1010011 1000111 1000001 101011111 1000111 10100

Color Harmonies of #590F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F1A

Black with #590F1A

Text Example


Text Example

White with #590F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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