Html Css Color HEX #590615 Bordeaux

📋 copy color: '#590615'

red 89 ◦ green 6 ◦ blue 21

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

Shades of Bordeaux #590615

Tints of Bordeaux #590615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.17%

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

R = 76.72%
G = 5.17%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#590615 (or 0x590615) is known color: Bordeaux. HEX triplet: 59, 06 and 15. RGB value is (89,6,21). Sum of RGB (Red+Green+Blue) = 89+6+21=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590615 is #A6F9EA. Grayscale: #202020. Windows color (decimal): -10942955 or 1377881. OLE color: 1377881.

HSL color Cylindrical-coordinate representation of color #590615: hue angle of 349.16º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #590615 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 6 21 -
CMYK 0 0.93 0.76 0.65
HSL 349.16º 0.87% 0.19% -
HSV(B) 349.16º 0.93% 0.35% -
XYZ 4.32 2.31 0.93 -
YUV 32.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 89 6 21 0 0.93 0.76 0.65 349.16 0.87 0.19
Hex 59 6 15 0 5D 4C 41 15D 57 13
Octal 131 6 25 0 135 114 101 535 127 23
Binary 1011001 110 10101 0 1011101 1001100 1000001 101011101 1010111 10011

Color Harmonies of #590615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590615

Black with #590615

Text Example


Text Example

White with #590615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590615; }

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

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

background-color css

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

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

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

border-color css

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

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

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