Html Css Color HEX #59182B Bordeaux

📋 copy color: '#59182B'

red 89 ◦ green 24 ◦ blue 43

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

Shades of Bordeaux #59182B

Tints of Bordeaux #59182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 57.05%
G = 15.38%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59182B (or 0x59182B) is known color: Bordeaux. HEX triplet: 59, 18 and 2B. RGB value is (89,24,43). Sum of RGB (Red+Green+Blue) = 89+24+43=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59182B is #A6E7D4. Grayscale: #2D2D2D. Windows color (decimal): -10938325 or 2824281. OLE color: 2824281.

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

Color convert

RGB 89 24 43 -
CMYK 0 0.73 0.52 0.65
HSL 342.46º 0.58% 0.22% -
HSV(B) 342.46º 0.73% 0.35% -
XYZ 4.88 2.95 2.6 -
YUV 45.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 89 24 43 0 0.73 0.52 0.65 342.46 0.58 0.22
Hex 59 18 2B 0 49 34 41 156 3A 16
Octal 131 30 53 0 111 64 101 526 72 26
Binary 1011001 11000 101011 0 1001001 110100 1000001 101010110 111010 10110

Color Harmonies of #59182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59182B

Black with #59182B

Text Example


Text Example

White with #59182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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