Html Css Color HEX #590419 Bordeaux

📋 copy color: '#590419'

red 89 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #590419

Tints of Bordeaux #590419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

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

R = 75.42%
G = 3.39%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#590419 (or 0x590419) is known color: Bordeaux. HEX triplet: 59, 04 and 19. RGB value is (89,4,25). Sum of RGB (Red+Green+Blue) = 89+4+25=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #590419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590419 is #A6FBE6. Grayscale: #1F1F1F. Windows color (decimal): -10943463 or 1639513. OLE color: 1639513.

HSL color Cylindrical-coordinate representation of color #590419: hue angle of 345.18º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590419 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 4 25 -
CMYK 0 0.96 0.72 0.65
HSL 345.18º 0.91% 0.18% -
HSV(B) 345.18º 0.96% 0.35% -
XYZ 4.34 2.28 1.13 -
YUV 31.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 89 4 25 0 0.96 0.72 0.65 345.18 0.91 0.18
Hex 59 4 19 0 60 48 41 159 5B 12
Octal 131 4 31 0 140 110 101 531 133 22
Binary 1011001 100 11001 0 1100000 1001000 1000001 101011001 1011011 10010

Color Harmonies of #590419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590419

Black with #590419

Text Example


Text Example

White with #590419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590419; }

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

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

background-color css

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

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

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

border-color css

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

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

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