Html Css Color HEX #59192B Bordeaux

📋 copy color: '#59192B'

red 89 ◦ green 25 ◦ blue 43

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

Shades of Bordeaux #59192B

Tints of Bordeaux #59192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 56.69%
G = 15.92%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59192B (or 0x59192B) is known color: Bordeaux. HEX triplet: 59, 19 and 2B. RGB value is (89,25,43). Sum of RGB (Red+Green+Blue) = 89+25+43=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59192B is #A6E6D4. Grayscale: #2E2E2E. Windows color (decimal): -10938069 or 2824537. OLE color: 2824537.

HSL color Cylindrical-coordinate representation of color #59192B: hue angle of 343.12º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59192B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 43 -
CMYK 0 0.72 0.52 0.65
HSL 343.13º 0.56% 0.22% -
HSV(B) 343.13º 0.72% 0.35% -
XYZ 4.9 2.99 2.6 -
YUV 46.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 89 25 43 0 0.72 0.52 0.65 343.13 0.56 0.22
Hex 59 19 2B 0 48 34 41 157 38 16
Octal 131 31 53 0 110 64 101 527 70 26
Binary 1011001 11001 101011 0 1001000 110100 1000001 101010111 111000 10110

Color Harmonies of #59192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59192B

Black with #59192B

Text Example


Text Example

White with #59192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,25,43); }

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

background-color css

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

 a { background-color: rgb(89,25,43); }

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

border-color css

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

 span { border-color: rgb(89,25,43); }

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