Html Css Color HEX #590F19 Bordeaux

📋 copy color: '#590F19'

red 89 ◦ green 15 ◦ blue 25

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

Shades of Bordeaux #590F19

Tints of Bordeaux #590F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.38%

R = 68.99%
G = 11.63%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#590F19 (or 0x590F19) is known color: Bordeaux. HEX triplet: 59, 0F and 19. RGB value is (89,15,25). Sum of RGB (Red+Green+Blue) = 89+15+25=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #590F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590F19 is #A6F0E6. Grayscale: #262626. Windows color (decimal): -10940647 or 1642329. OLE color: 1642329.

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

Color convert

RGB 89 15 25 -
CMYK 0 0.83 0.72 0.65
HSL 351.89º 0.71% 0.2% -
HSV(B) 351.89º 0.83% 0.35% -
XYZ 4.47 2.54 1.17 -
YUV 38.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 89 15 25 0 0.83 0.72 0.65 351.89 0.71 0.2
Hex 59 F 19 0 53 48 41 160 47 14
Octal 131 17 31 0 123 110 101 540 107 24
Binary 1011001 1111 11001 0 1010011 1001000 1000001 101100000 1000111 10100

Color Harmonies of #590F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F19

Black with #590F19

Text Example


Text Example

White with #590F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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