Html Css Color HEX #59172C Bordeaux

📋 copy color: '#59172C'

red 89 ◦ green 23 ◦ blue 44

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

Shades of Bordeaux #59172C

Tints of Bordeaux #59172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 57.05%
G = 14.74%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59172C (or 0x59172C) is known color: Bordeaux. HEX triplet: 59, 17 and 2C. RGB value is (89,23,44). Sum of RGB (Red+Green+Blue) = 89+23+44=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59172C is #A6E8D3. Grayscale: #2D2D2D. Windows color (decimal): -10938580 or 2889561. OLE color: 2889561.

HSL color Cylindrical-coordinate representation of color #59172C: hue angle of 340.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59172C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 23 44 -
CMYK 0 0.74 0.51 0.65
HSL 340.91º 0.59% 0.22% -
HSV(B) 340.91º 0.74% 0.35% -
XYZ 4.88 2.92 2.69 -
YUV 45.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 89 23 44 0 0.74 0.51 0.65 340.91 0.59 0.22
Hex 59 17 2C 0 4A 33 41 155 3B 16
Octal 131 27 54 0 112 63 101 525 73 26
Binary 1011001 10111 101100 0 1001010 110011 1000001 101010101 111011 10110

Color Harmonies of #59172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59172C

Black with #59172C

Text Example


Text Example

White with #59172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59172C; }

 p { color: rgb(89,23,44); }

 H1.HeaderClassName
 {
   color: #59172C;
 }
 .AnyTagClassName
 {
   color: #59172C;
 }
</style>

background-color css

<style>
 a { background-color: #59172C; }

 a { background-color: rgb(89,23,44); }

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

border-color css

<style>
 span { border-color: #59172C; }

 span { border-color: rgb(89,23,44); }

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