Html Css Color HEX #59122D Bordeaux

📋 copy color: '#59122D'

red 89 ◦ green 18 ◦ blue 45

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

Shades of Bordeaux #59122D

Tints of Bordeaux #59122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 58.55%
G = 11.84%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59122D (or 0x59122D) is known color: Bordeaux. HEX triplet: 59, 12 and 2D. RGB value is (89,18,45). Sum of RGB (Red+Green+Blue) = 89+18+45=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #59122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59122D is #A6EDD2. Grayscale: #2A2A2A. Windows color (decimal): -10939859 or 2953817. OLE color: 2953817.

HSL color Cylindrical-coordinate representation of color #59122D: hue angle of 337.18º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59122D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 45 -
CMYK 0 0.80 0.49 0.65
HSL 337.18º 0.66% 0.21% -
HSV(B) 337.18º 0.8% 0.35% -
XYZ 4.81 2.75 2.76 -
YUV 42.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 89 18 45 0 0.80 0.49 0.65 337.18 0.66 0.21
Hex 59 12 2D 0 50 31 41 151 42 15
Octal 131 22 55 0 120 61 101 521 102 25
Binary 1011001 10010 101101 0 1010000 110001 1000001 101010001 1000010 10101

Color Harmonies of #59122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59122D

Black with #59122D

Text Example


Text Example

White with #59122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59122D; }

 p { color: rgb(89,18,45); }

 H1.HeaderClassName
 {
   color: #59122D;
 }
 .AnyTagClassName
 {
   color: #59122D;
 }
</style>

background-color css

<style>
 a { background-color: #59122D; }

 a { background-color: rgb(89,18,45); }

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

border-color css

<style>
 span { border-color: #59122D; }

 span { border-color: rgb(89,18,45); }

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