Html Css Color HEX #590410 Bordeaux

📋 copy color: '#590410'

red 89 ◦ green 4 ◦ blue 16

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

Shades of Bordeaux #590410

Tints of Bordeaux #590410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 81.65%
G = 3.67%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#590410 (or 0x590410) is known color: Bordeaux. HEX triplet: 59, 04 and 10. RGB value is (89,4,16). Sum of RGB (Red+Green+Blue) = 89+4+16=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #590410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590410 is #A6FBEF. Grayscale: #1E1E1E. Windows color (decimal): -10943472 or 1049689. OLE color: 1049689.

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

Color convert

RGB 89 4 16 -
CMYK 0 0.96 0.82 0.65
HSL 351.53º 0.91% 0.18% -
HSV(B) 351.53º 0.96% 0.35% -
XYZ 4.26 2.25 0.7 -
YUV 30.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 89 4 16 0 0.96 0.82 0.65 351.53 0.91 0.18
Hex 59 4 10 0 60 52 41 160 5B 12
Octal 131 4 20 0 140 122 101 540 133 22
Binary 1011001 100 10000 0 1100000 1010010 1000001 101100000 1011011 10010

Color Harmonies of #590410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590410

Black with #590410

Text Example


Text Example

White with #590410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590410; }

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

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

background-color css

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

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

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

border-color css

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

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

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