Html Css Color HEX #59000D Bordeaux

📋 copy color: '#59000D'

red 89 ◦ green 0 ◦ blue 13

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

Shades of Bordeaux #59000D

Tints of Bordeaux #59000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 87.25%
G = 0%
B = 12.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59000D (or 0x59000D) is known color: Bordeaux. HEX triplet: 59, 00 and 0D. RGB value is (89,0,13). Sum of RGB (Red+Green+Blue) = 89+0+13=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #59000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59000D is #A6FFF2. Grayscale: #1C1C1C. Windows color (decimal): -10944499 or 852057. OLE color: 852057.

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

Color convert

RGB 89 0 13 -
CMYK 0 1 0.85 0.65
HSL 351.24º 1% 0.17% -
HSV(B) 351.24º 1% 0.35% -
XYZ 4.19 2.15 0.58 -
YUV 28.09 119.49 171.44 -
System Red Green Blue C M Y K H S L
Decimal 89 0 13 0 1 0.85 0.65 351.24 1 0.17
Hex 59 0 D 0 64 55 41 15F 64 11
Octal 131 0 15 0 144 125 101 537 144 21
Binary 1011001 0 1101 0 1100100 1010101 1000001 101011111 1100100 10001

Color Harmonies of #59000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59000D

Black with #59000D

Text Example


Text Example

White with #59000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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