Html Css Color HEX #59101C Bordeaux

📋 copy color: '#59101C'

red 89 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #59101C

Tints of Bordeaux #59101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 66.92%
G = 12.03%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59101C (or 0x59101C) is known color: Bordeaux. HEX triplet: 59, 10 and 1C. RGB value is (89,16,28). Sum of RGB (Red+Green+Blue) = 89+16+28=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59101C is #A6EFE3. Grayscale: #272727. Windows color (decimal): -10940388 or 1839193. OLE color: 1839193.

HSL color Cylindrical-coordinate representation of color #59101C: hue angle of 350.14º 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 #59101C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 28 -
CMYK 0 0.82 0.69 0.65
HSL 350.14º 0.7% 0.21% -
HSV(B) 350.14º 0.82% 0.35% -
XYZ 4.51 2.58 1.36 -
YUV 39.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 89 16 28 0 0.82 0.69 0.65 350.14 0.7 0.21
Hex 59 10 1C 0 52 45 41 15E 46 15
Octal 131 20 34 0 122 105 101 536 106 25
Binary 1011001 10000 11100 0 1010010 1000101 1000001 101011110 1000110 10101

Color Harmonies of #59101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59101C

Black with #59101C

Text Example


Text Example

White with #59101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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