Html Css Color HEX #590309 Bordeaux

📋 copy color: '#590309'

red 89 ◦ green 3 ◦ blue 9

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

Shades of Bordeaux #590309

Tints of Bordeaux #590309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.97%

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

R = 88.12%
G = 2.97%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#590309 (or 0x590309) is known color: Bordeaux. HEX triplet: 59, 03 and 09. RGB value is (89,3,9). Sum of RGB (Red+Green+Blue) = 89+3+9=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #590309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590309 is #A6FCF6. Grayscale: #1D1D1D. Windows color (decimal): -10943735 or 590681. OLE color: 590681.

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

Color convert

RGB 89 3 9 -
CMYK 0 0.97 0.90 0.65
HSL 355.81º 0.93% 0.18% -
HSV(B) 355.81º 0.97% 0.35% -
XYZ 4.2 2.21 0.46 -
YUV 29.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 89 3 9 0 0.97 0.90 0.65 355.81 0.93 0.18
Hex 59 3 9 0 61 5A 41 164 5D 12
Octal 131 3 11 0 141 132 101 544 135 22
Binary 1011001 11 1001 0 1100001 1011010 1000001 101100100 1011101 10010

Color Harmonies of #590309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590309

Black with #590309

Text Example


Text Example

White with #590309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590309; }

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

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

background-color css

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

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

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

border-color css

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

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

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