Html Css Color HEX #59001D Bordeaux

📋 copy color: '#59001D'

red 89 ◦ green 0 ◦ blue 29

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

Shades of Bordeaux #59001D

Tints of Bordeaux #59001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.42%
G = 0%
B = 24.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59001D (or 0x59001D) is known color: Bordeaux. HEX triplet: 59, 00 and 1D. RGB value is (89,0,29). Sum of RGB (Red+Green+Blue) = 89+0+29=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #59001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59001D is #A6FFE2. Grayscale: #1D1D1D. Windows color (decimal): -10944483 or 1900633. OLE color: 1900633.

HSL color Cylindrical-coordinate representation of color #59001D: hue angle of 340.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59001D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 0 29 -
CMYK 0 1 0.67 0.65
HSL 340.45º 1% 0.17% -
HSV(B) 340.45º 1% 0.35% -
XYZ 4.34 2.21 1.36 -
YUV 29.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 89 0 29 0 1 0.67 0.65 340.45 1 0.17
Hex 59 0 1D 0 64 43 41 154 64 11
Octal 131 0 35 0 144 103 101 524 144 21
Binary 1011001 0 11101 0 1100100 1000011 1000001 101010100 1100100 10001

Color Harmonies of #59001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59001D

Black with #59001D

Text Example


Text Example

White with #59001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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