Html Css Color HEX #59011B Bordeaux

📋 copy color: '#59011B'

red 89 ◦ green 1 ◦ blue 27

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

Shades of Bordeaux #59011B

Tints of Bordeaux #59011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 27 (10.94% from 255) = 23.08%

R = 76.07%
G = 0.85%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59011B (or 0x59011B) is known color: Bordeaux. HEX triplet: 59, 01 and 1B. RGB value is (89,1,27). Sum of RGB (Red+Green+Blue) = 89+1+27=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #59011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59011B is #A6FEE4. Grayscale: #1E1E1E. Windows color (decimal): -10944229 or 1769817. OLE color: 1769817.

HSL color Cylindrical-coordinate representation of color #59011B: hue angle of 342.27º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59011B is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 27 -
CMYK 0 0.99 0.70 0.65
HSL 342.27º 0.98% 0.18% -
HSV(B) 342.27º 0.99% 0.35% -
XYZ 4.33 2.22 1.24 -
YUV 30.28 126.15 169.89 -
System Red Green Blue C M Y K H S L
Decimal 89 1 27 0 0.99 0.70 0.65 342.27 0.98 0.18
Hex 59 1 1B 0 63 46 41 156 62 12
Octal 131 1 33 0 143 106 101 526 142 22
Binary 1011001 1 11011 0 1100011 1000110 1000001 101010110 1100010 10010

Color Harmonies of #59011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59011B

Black with #59011B

Text Example


Text Example

White with #59011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59011B; }

 p { color: rgb(89,1,27); }

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

background-color css

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

 a { background-color: rgb(89,1,27); }

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

border-color css

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

 span { border-color: rgb(89,1,27); }

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