Html Css Color HEX #59041E Bordeaux

📋 copy color: '#59041E'

red 89 ◦ green 4 ◦ blue 30

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

Shades of Bordeaux #59041E

Tints of Bordeaux #59041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 72.36%
G = 3.25%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#59041E (or 0x59041E) is known color: Bordeaux. HEX triplet: 59, 04 and 1E. RGB value is (89,4,30). Sum of RGB (Red+Green+Blue) = 89+4+30=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #59041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59041E is #A6FBE1. Grayscale: #202020. Windows color (decimal): -10943458 or 1967193. OLE color: 1967193.

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

Color convert

RGB 89 4 30 -
CMYK 0 0.96 0.66 0.65
HSL 341.65º 0.91% 0.18% -
HSV(B) 341.65º 0.96% 0.35% -
XYZ 4.4 2.3 1.44 -
YUV 32.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 89 4 30 0 0.96 0.66 0.65 341.65 0.91 0.18
Hex 59 4 1E 0 60 42 41 156 5B 12
Octal 131 4 36 0 140 102 101 526 133 22
Binary 1011001 100 11110 0 1100000 1000010 1000001 101010110 1011011 10010

Color Harmonies of #59041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59041E

Black with #59041E

Text Example


Text Example

White with #59041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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