Html Css Color HEX #590910 Bordeaux

📋 copy color: '#590910'

red 89 ◦ green 9 ◦ blue 16

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

Shades of Bordeaux #590910

Tints of Bordeaux #590910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 78.07%
G = 7.89%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#590910 (or 0x590910) is known color: Bordeaux. HEX triplet: 59, 09 and 10. RGB value is (89,9,16). Sum of RGB (Red+Green+Blue) = 89+9+16=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590910 is #A6F6EF. Grayscale: #212121. Windows color (decimal): -10942192 or 1050969. OLE color: 1050969.

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

Color convert

RGB 89 9 16 -
CMYK 0 0.90 0.82 0.65
HSL 354.75º 0.82% 0.19% -
HSV(B) 354.75º 0.9% 0.35% -
XYZ 4.31 2.36 0.72 -
YUV 33.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 89 9 16 0 0.90 0.82 0.65 354.75 0.82 0.19
Hex 59 9 10 0 5A 52 41 163 52 13
Octal 131 11 20 0 132 122 101 543 122 23
Binary 1011001 1001 10000 0 1011010 1010010 1000001 101100011 1010010 10011

Color Harmonies of #590910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590910

Black with #590910

Text Example


Text Example

White with #590910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590910; }

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

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

background-color css

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

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

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

border-color css

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

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

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