Html Css Color HEX #59040C Bordeaux

📋 copy color: '#59040C'

red 89 ◦ green 4 ◦ blue 12

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

Shades of Bordeaux #59040C

Tints of Bordeaux #59040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.43%

R = 84.76%
G = 3.81%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59040C (or 0x59040C) is known color: Bordeaux. HEX triplet: 59, 04 and 0C. RGB value is (89,4,12). Sum of RGB (Red+Green+Blue) = 89+4+12=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #59040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040C is #A6FBF3. Grayscale: #1E1E1E. Windows color (decimal): -10943476 or 787545. OLE color: 787545.

HSL color Cylindrical-coordinate representation of color #59040C: hue angle of 354.35º 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 #59040C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 4 12 -
CMYK 0 0.96 0.87 0.65
HSL 354.35º 0.91% 0.18% -
HSV(B) 354.35º 0.96% 0.35% -
XYZ 4.23 2.24 0.56 -
YUV 30.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 89 4 12 0 0.96 0.87 0.65 354.35 0.91 0.18
Hex 59 4 C 0 60 57 41 162 5B 12
Octal 131 4 14 0 140 127 101 542 133 22
Binary 1011001 100 1100 0 1100000 1010111 1000001 101100010 1011011 10010

Color Harmonies of #59040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59040C

Black with #59040C

Text Example


Text Example

White with #59040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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