Html Css Color HEX #590417 Bordeaux

📋 copy color: '#590417'

red 89 ◦ green 4 ◦ blue 23

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

Shades of Bordeaux #590417

Tints of Bordeaux #590417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 76.72%
G = 3.45%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#590417 (or 0x590417) is known color: Bordeaux. HEX triplet: 59, 04 and 17. RGB value is (89,4,23). Sum of RGB (Red+Green+Blue) = 89+4+23=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590417 is #A6FBE8. Grayscale: #1F1F1F. Windows color (decimal): -10943465 or 1508441. OLE color: 1508441.

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

Color convert

RGB 89 4 23 -
CMYK 0 0.96 0.74 0.65
HSL 346.59º 0.91% 0.18% -
HSV(B) 346.59º 0.96% 0.35% -
XYZ 4.32 2.27 1.02 -
YUV 31.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 89 4 23 0 0.96 0.74 0.65 346.59 0.91 0.18
Hex 59 4 17 0 60 4A 41 15B 5B 12
Octal 131 4 27 0 140 112 101 533 133 22
Binary 1011001 100 10111 0 1100000 1001010 1000001 101011011 1011011 10010

Color Harmonies of #590417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590417

Black with #590417

Text Example


Text Example

White with #590417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590417; }

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

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

background-color css

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

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

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

border-color css

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

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

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