Html Css Color HEX #59122B Bordeaux

📋 copy color: '#59122B'

red 89 ◦ green 18 ◦ blue 43

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

Shades of Bordeaux #59122B

Tints of Bordeaux #59122B

RGB

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

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

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

R = 59.33%
G = 12%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59122B (or 0x59122B) is known color: Bordeaux. HEX triplet: 59, 12 and 2B. RGB value is (89,18,43). Sum of RGB (Red+Green+Blue) = 89+18+43=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #59122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59122B is #A6EDD4. Grayscale: #2A2A2A. Windows color (decimal): -10939861 or 2822745. OLE color: 2822745.

HSL color Cylindrical-coordinate representation of color #59122B: hue angle of 338.87º 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 #59122B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 43 -
CMYK 0 0.80 0.52 0.65
HSL 338.87º 0.66% 0.21% -
HSV(B) 338.87º 0.8% 0.35% -
XYZ 4.77 2.73 2.56 -
YUV 42.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 89 18 43 0 0.80 0.52 0.65 338.87 0.66 0.21
Hex 59 12 2B 0 50 34 41 153 42 15
Octal 131 22 53 0 120 64 101 523 102 25
Binary 1011001 10010 101011 0 1010000 110100 1000001 101010011 1000010 10101

Color Harmonies of #59122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59122B

Black with #59122B

Text Example


Text Example

White with #59122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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