Html Css Color HEX #590409 Bordeaux

📋 copy color: '#590409'

red 89 ◦ green 4 ◦ blue 9

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

Shades of Bordeaux #590409

Tints of Bordeaux #590409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 87.25%
G = 3.92%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#590409 (or 0x590409) is known color: Bordeaux. HEX triplet: 59, 04 and 09. RGB value is (89,4,9). Sum of RGB (Red+Green+Blue) = 89+4+9=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #590409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590409 is #A6FBF6. Grayscale: #1E1E1E. Windows color (decimal): -10943479 or 590937. OLE color: 590937.

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

Color convert

RGB 89 4 9 -
CMYK 0 0.96 0.90 0.65
HSL 356.47º 0.91% 0.18% -
HSV(B) 356.47º 0.96% 0.35% -
XYZ 4.21 2.23 0.47 -
YUV 29.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 89 4 9 0 0.96 0.90 0.65 356.47 0.91 0.18
Hex 59 4 9 0 60 5A 41 164 5B 12
Octal 131 4 11 0 140 132 101 544 133 22
Binary 1011001 100 1001 0 1100000 1011010 1000001 101100100 1011011 10010

Color Harmonies of #590409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590409

Black with #590409

Text Example


Text Example

White with #590409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590409; }

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

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

background-color css

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

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

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

border-color css

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

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

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