Html Css Color HEX #59070F Bordeaux

📋 copy color: '#59070F'

red 89 ◦ green 7 ◦ blue 15

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

Shades of Bordeaux #59070F

Tints of Bordeaux #59070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.31%

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

R = 80.18%
G = 6.31%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59070F (or 0x59070F) is known color: Bordeaux. HEX triplet: 59, 07 and 0F. RGB value is (89,7,15). Sum of RGB (Red+Green+Blue) = 89+7+15=111 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.18% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 89 - color contains mainly: red. Hex color #59070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59070F is #A6F8F0. Grayscale: #202020. Windows color (decimal): -10942705 or 984921. OLE color: 984921.

HSL color Cylindrical-coordinate representation of color #59070F: hue angle of 354.15º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59070F is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 7 15 -
CMYK 0 0.92 0.83 0.65
HSL 354.15º 0.85% 0.19% -
HSV(B) 354.15º 0.92% 0.35% -
XYZ 4.28 2.31 0.67 -
YUV 32.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 89 7 15 0 0.92 0.83 0.65 354.15 0.85 0.19
Hex 59 7 F 0 5C 53 41 162 55 13
Octal 131 7 17 0 134 123 101 542 125 23
Binary 1011001 111 1111 0 1011100 1010011 1000001 101100010 1010101 10011

Color Harmonies of #59070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59070F

Black with #59070F

Text Example


Text Example

White with #59070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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