Html Css Color HEX #59000F Bordeaux

📋 copy color: '#59000F'

red 89 ◦ green 0 ◦ blue 15

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

Shades of Bordeaux #59000F

Tints of Bordeaux #59000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 85.58%
G = 0%
B = 14.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59000F (or 0x59000F) is known color: Bordeaux. HEX triplet: 59, 00 and 0F. RGB value is (89,0,15). Sum of RGB (Red+Green+Blue) = 89+0+15=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59000F is #A6FFF0. Grayscale: #1C1C1C. Windows color (decimal): -10944497 or 983129. OLE color: 983129.

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

Color convert

RGB 89 0 15 -
CMYK 0 1 0.83 0.65
HSL 349.89º 1% 0.17% -
HSV(B) 349.89º 1% 0.35% -
XYZ 4.21 2.16 0.65 -
YUV 28.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 89 0 15 0 1 0.83 0.65 349.89 1 0.17
Hex 59 0 F 0 64 53 41 15E 64 11
Octal 131 0 17 0 144 123 101 536 144 21
Binary 1011001 0 1111 0 1100100 1010011 1000001 101011110 1100100 10001

Color Harmonies of #59000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59000F

Black with #59000F

Text Example


Text Example

White with #59000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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