Html Css Color HEX #59101F Bordeaux

📋 copy color: '#59101F'

red 89 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #59101F

Tints of Bordeaux #59101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 65.44%
G = 11.76%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#59101F (or 0x59101F) is known color: Bordeaux. HEX triplet: 59, 10 and 1F. RGB value is (89,16,31). Sum of RGB (Red+Green+Blue) = 89+16+31=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59101F is #A6EFE0. Grayscale: #272727. Windows color (decimal): -10940385 or 2035801. OLE color: 2035801.

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

Color convert

RGB 89 16 31 -
CMYK 0 0.82 0.65 0.65
HSL 347.67º 0.7% 0.21% -
HSV(B) 347.67º 0.82% 0.35% -
XYZ 4.55 2.59 1.56 -
YUV 39.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 89 16 31 0 0.82 0.65 0.65 347.67 0.7 0.21
Hex 59 10 1F 0 52 41 41 15C 46 15
Octal 131 20 37 0 122 101 101 534 106 25
Binary 1011001 10000 11111 0 1010010 1000001 1000001 101011100 1000110 10101

Color Harmonies of #59101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59101F

Black with #59101F

Text Example


Text Example

White with #59101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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