Html Css Color HEX #59011D Bordeaux

📋 copy color: '#59011D'

red 89 ◦ green 1 ◦ blue 29

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

Shades of Bordeaux #59011D

Tints of Bordeaux #59011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.37%

R = 74.79%
G = 0.84%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59011D (or 0x59011D) is known color: Bordeaux. HEX triplet: 59, 01 and 1D. RGB value is (89,1,29). Sum of RGB (Red+Green+Blue) = 89+1+29=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #59011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59011D is #A6FEE2. Grayscale: #1E1E1E. Windows color (decimal): -10944227 or 1900889. OLE color: 1900889.

HSL color Cylindrical-coordinate representation of color #59011D: hue angle of 340.91º 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 #59011D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 29 -
CMYK 0 0.99 0.67 0.65
HSL 340.91º 0.98% 0.18% -
HSV(B) 340.91º 0.99% 0.35% -
XYZ 4.35 2.23 1.36 -
YUV 30.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 89 1 29 0 0.99 0.67 0.65 340.91 0.98 0.18
Hex 59 1 1D 0 63 43 41 155 62 12
Octal 131 1 35 0 143 103 101 525 142 22
Binary 1011001 1 11101 0 1100011 1000011 1000001 101010101 1100010 10010

Color Harmonies of #59011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59011D

Black with #59011D

Text Example


Text Example

White with #59011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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