Html Css Color HEX #59030F Bordeaux

📋 copy color: '#59030F'

red 89 ◦ green 3 ◦ blue 15

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

Shades of Bordeaux #59030F

Tints of Bordeaux #59030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 83.18%
G = 2.8%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59030F (or 0x59030F) is known color: Bordeaux. HEX triplet: 59, 03 and 0F. RGB value is (89,3,15). Sum of RGB (Red+Green+Blue) = 89+3+15=107 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.18% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 89 - color contains mainly: red. Hex color #59030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59030F is #A6FCF0. Grayscale: #1E1E1E. Windows color (decimal): -10943729 or 983897. OLE color: 983897.

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

Color convert

RGB 89 3 15 -
CMYK 0 0.97 0.83 0.65
HSL 351.63º 0.93% 0.18% -
HSV(B) 351.63º 0.97% 0.35% -
XYZ 4.24 2.22 0.66 -
YUV 30.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 89 3 15 0 0.97 0.83 0.65 351.63 0.93 0.18
Hex 59 3 F 0 61 53 41 160 5D 12
Octal 131 3 17 0 141 123 101 540 135 22
Binary 1011001 11 1111 0 1100001 1010011 1000001 101100000 1011101 10010

Color Harmonies of #59030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59030F

Black with #59030F

Text Example


Text Example

White with #59030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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