Html Css Color HEX #59162B Bordeaux

📋 copy color: '#59162B'

red 89 ◦ green 22 ◦ blue 43

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

Shades of Bordeaux #59162B

Tints of Bordeaux #59162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

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

R = 57.79%
G = 14.29%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59162B (or 0x59162B) is known color: Bordeaux. HEX triplet: 59, 16 and 2B. RGB value is (89,22,43). Sum of RGB (Red+Green+Blue) = 89+22+43=154 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.79% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 89 - color contains mainly: red. Hex color #59162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162B is #A6E9D4. Grayscale: #2C2C2C. Windows color (decimal): -10938837 or 2823769. OLE color: 2823769.

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

Color convert

RGB 89 22 43 -
CMYK 0 0.75 0.52 0.65
HSL 341.19º 0.6% 0.22% -
HSV(B) 341.19º 0.75% 0.35% -
XYZ 4.84 2.87 2.58 -
YUV 44.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 89 22 43 0 0.75 0.52 0.65 341.19 0.6 0.22
Hex 59 16 2B 0 4B 34 41 155 3C 16
Octal 131 26 53 0 113 64 101 525 74 26
Binary 1011001 10110 101011 0 1001011 110100 1000001 101010101 111100 10110

Color Harmonies of #59162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59162B

Black with #59162B

Text Example


Text Example

White with #59162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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