Html Css Color HEX #59142D Bordeaux

📋 copy color: '#59142D'

red 89 ◦ green 20 ◦ blue 45

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

Shades of Bordeaux #59142D

Tints of Bordeaux #59142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 57.79%
G = 12.99%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59142D (or 0x59142D) is known color: Bordeaux. HEX triplet: 59, 14 and 2D. RGB value is (89,20,45). Sum of RGB (Red+Green+Blue) = 89+20+45=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59142D is #A6EBD2. Grayscale: #2B2B2B. Windows color (decimal): -10939347 or 2954329. OLE color: 2954329.

HSL color Cylindrical-coordinate representation of color #59142D: hue angle of 338.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59142D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 45 -
CMYK 0 0.78 0.49 0.65
HSL 338.26º 0.63% 0.21% -
HSV(B) 338.26º 0.78% 0.35% -
XYZ 4.84 2.81 2.77 -
YUV 43.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 89 20 45 0 0.78 0.49 0.65 338.26 0.63 0.21
Hex 59 14 2D 0 4E 31 41 152 3F 15
Octal 131 24 55 0 116 61 101 522 77 25
Binary 1011001 10100 101101 0 1001110 110001 1000001 101010010 111111 10101

Color Harmonies of #59142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59142D

Black with #59142D

Text Example


Text Example

White with #59142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,20,45); }

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

background-color css

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

 a { background-color: rgb(89,20,45); }

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

border-color css

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

 span { border-color: rgb(89,20,45); }

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