Html Css Color HEX #59041B Bordeaux

📋 copy color: '#59041B'

red 89 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #59041B

Tints of Bordeaux #59041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.5%

R = 74.17%
G = 3.33%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59041B (or 0x59041B) is known color: Bordeaux. HEX triplet: 59, 04 and 1B. RGB value is (89,4,27). Sum of RGB (Red+Green+Blue) = 89+4+27=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59041B is #A6FBE4. Grayscale: #202020. Windows color (decimal): -10943461 or 1770585. OLE color: 1770585.

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

Color convert

RGB 89 4 27 -
CMYK 0 0.96 0.70 0.65
HSL 343.76º 0.91% 0.18% -
HSV(B) 343.76º 0.96% 0.35% -
XYZ 4.36 2.29 1.25 -
YUV 32.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 89 4 27 0 0.96 0.70 0.65 343.76 0.91 0.18
Hex 59 4 1B 0 60 46 41 158 5B 12
Octal 131 4 33 0 140 106 101 530 133 22
Binary 1011001 100 11011 0 1100000 1000110 1000001 101011000 1011011 10010

Color Harmonies of #59041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59041B

Black with #59041B

Text Example


Text Example

White with #59041B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59041B; }

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

 H1.HeaderClassName
 {
   color: #59041B;
 }
 .AnyTagClassName
 {
   color: #59041B;
 }
</style>

background-color css

<style>
 a { background-color: #59041B; }

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

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

border-color css

<style>
 span { border-color: #59041B; }

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

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