Html Css Color HEX #590415 Bordeaux

📋 copy color: '#590415'

red 89 ◦ green 4 ◦ blue 21

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

Shades of Bordeaux #590415

Tints of Bordeaux #590415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 78.07%
G = 3.51%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#590415 (or 0x590415) is known color: Bordeaux. HEX triplet: 59, 04 and 15. RGB value is (89,4,21). Sum of RGB (Red+Green+Blue) = 89+4+21=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590415 is #A6FBEA. Grayscale: #1F1F1F. Windows color (decimal): -10943467 or 1377369. OLE color: 1377369.

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

Color convert

RGB 89 4 21 -
CMYK 0 0.96 0.76 0.65
HSL 348º 0.91% 0.18% -
HSV(B) 348º 0.96% 0.35% -
XYZ 4.3 2.26 0.92 -
YUV 31.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 89 4 21 0 0.96 0.76 0.65 348 0.91 0.18
Hex 59 4 15 0 60 4C 41 15C 5B 12
Octal 131 4 25 0 140 114 101 534 133 22
Binary 1011001 100 10101 0 1100000 1001100 1000001 101011100 1011011 10010

Color Harmonies of #590415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590415

Black with #590415

Text Example


Text Example

White with #590415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590415; }

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

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

background-color css

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

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

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

border-color css

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

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

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