Html Css Color HEX #59031D Bordeaux

📋 copy color: '#59031D'

red 89 ◦ green 3 ◦ blue 29

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

Shades of Bordeaux #59031D

Tints of Bordeaux #59031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.97%

R = 73.55%
G = 2.48%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59031D (or 0x59031D) is known color: Bordeaux. HEX triplet: 59, 03 and 1D. RGB value is (89,3,29). Sum of RGB (Red+Green+Blue) = 89+3+29=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59031D is #A6FCE2. Grayscale: #1F1F1F. Windows color (decimal): -10943715 or 1901401. OLE color: 1901401.

HSL color Cylindrical-coordinate representation of color #59031D: hue angle of 341.86º 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 #59031D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 3 29 -
CMYK 0 0.97 0.67 0.65
HSL 341.86º 0.93% 0.18% -
HSV(B) 341.86º 0.97% 0.35% -
XYZ 4.37 2.28 1.37 -
YUV 31.68 126.49 168.89 -
System Red Green Blue C M Y K H S L
Decimal 89 3 29 0 0.97 0.67 0.65 341.86 0.93 0.18
Hex 59 3 1D 0 61 43 41 156 5D 12
Octal 131 3 35 0 141 103 101 526 135 22
Binary 1011001 11 11101 0 1100001 1000011 1000001 101010110 1011101 10010

Color Harmonies of #59031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59031D

Black with #59031D

Text Example


Text Example

White with #59031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59031D; }

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

 H1.HeaderClassName
 {
   color: #59031D;
 }
 .AnyTagClassName
 {
   color: #59031D;
 }
</style>

background-color css

<style>
 a { background-color: #59031D; }

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

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

border-color css

<style>
 span { border-color: #59031D; }

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

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