Html Css Color HEX #59091F Bordeaux

📋 copy color: '#59091F'

red 89 ◦ green 9 ◦ blue 31

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

Shades of Bordeaux #59091F

Tints of Bordeaux #59091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 68.99%
G = 6.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59091F (or 0x59091F) is known color: Bordeaux. HEX triplet: 59, 09 and 1F. RGB value is (89,9,31). Sum of RGB (Red+Green+Blue) = 89+9+31=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #59091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091F is #A6F6E0. Grayscale: #232323. Windows color (decimal): -10942177 or 2034009. OLE color: 2034009.

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

Color convert

RGB 89 9 31 -
CMYK 0 0.90 0.65 0.65
HSL 343.5º 0.82% 0.19% -
HSV(B) 343.5º 0.9% 0.35% -
XYZ 4.46 2.42 1.53 -
YUV 35.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 89 9 31 0 0.90 0.65 0.65 343.5 0.82 0.19
Hex 59 9 1F 0 5A 41 41 158 52 13
Octal 131 11 37 0 132 101 101 530 122 23
Binary 1011001 1001 11111 0 1011010 1000001 1000001 101011000 1010010 10011

Color Harmonies of #59091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59091F

Black with #59091F

Text Example


Text Example

White with #59091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59091F; }

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

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

background-color css

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

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

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

border-color css

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

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

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