Html Css Color HEX #59040F Bordeaux

📋 copy color: '#59040F'

red 89 ◦ green 4 ◦ blue 15

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

Shades of Bordeaux #59040F

Tints of Bordeaux #59040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 82.41%
G = 3.7%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59040F (or 0x59040F) is known color: Bordeaux. HEX triplet: 59, 04 and 0F. RGB value is (89,4,15). Sum of RGB (Red+Green+Blue) = 89+4+15=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #59040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040F is #A6FBF0. Grayscale: #1E1E1E. Windows color (decimal): -10943473 or 984153. OLE color: 984153.

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

Color convert

RGB 89 4 15 -
CMYK 0 0.96 0.83 0.65
HSL 352.24º 0.91% 0.18% -
HSV(B) 352.24º 0.96% 0.35% -
XYZ 4.25 2.25 0.66 -
YUV 30.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 89 4 15 0 0.96 0.83 0.65 352.24 0.91 0.18
Hex 59 4 F 0 60 53 41 160 5B 12
Octal 131 4 17 0 140 123 101 540 133 22
Binary 1011001 100 1111 0 1100000 1010011 1000001 101100000 1011011 10010

Color Harmonies of #59040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59040F

Black with #59040F

Text Example


Text Example

White with #59040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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