Html Css Color HEX #59051D Bordeaux

📋 copy color: '#59051D'

red 89 ◦ green 5 ◦ blue 29

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

Shades of Bordeaux #59051D

Tints of Bordeaux #59051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 72.36%
G = 4.07%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59051D (or 0x59051D) is known color: Bordeaux. HEX triplet: 59, 05 and 1D. RGB value is (89,5,29). Sum of RGB (Red+Green+Blue) = 89+5+29=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #59051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59051D is #A6FAE2. Grayscale: #202020. Windows color (decimal): -10943203 or 1901913. OLE color: 1901913.

HSL color Cylindrical-coordinate representation of color #59051D: hue angle of 342.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59051D is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 5 29 -
CMYK 0 0.94 0.67 0.65
HSL 342.86º 0.89% 0.18% -
HSV(B) 342.86º 0.94% 0.35% -
XYZ 4.4 2.32 1.38 -
YUV 32.85 125.83 168.05 -
System Red Green Blue C M Y K H S L
Decimal 89 5 29 0 0.94 0.67 0.65 342.86 0.89 0.18
Hex 59 5 1D 0 5E 43 41 157 59 12
Octal 131 5 35 0 136 103 101 527 131 22
Binary 1011001 101 11101 0 1011110 1000011 1000001 101010111 1011001 10010

Color Harmonies of #59051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59051D

Black with #59051D

Text Example


Text Example

White with #59051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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