Html Css Color HEX #59122A Bordeaux

📋 copy color: '#59122A'

red 89 ◦ green 18 ◦ blue 42

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

Shades of Bordeaux #59122A

Tints of Bordeaux #59122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 59.73%
G = 12.08%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59122A (or 0x59122A) is known color: Bordeaux. HEX triplet: 59, 12 and 2A. RGB value is (89,18,42). Sum of RGB (Red+Green+Blue) = 89+18+42=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59122A is #A6EDD5. Grayscale: #292929. Windows color (decimal): -10939862 or 2757209. OLE color: 2757209.

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

Color convert

RGB 89 18 42 -
CMYK 0 0.80 0.53 0.65
HSL 339.72º 0.66% 0.21% -
HSV(B) 339.72º 0.8% 0.35% -
XYZ 4.75 2.72 2.47 -
YUV 41.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 89 18 42 0 0.80 0.53 0.65 339.72 0.66 0.21
Hex 59 12 2A 0 50 35 41 154 42 15
Octal 131 22 52 0 120 65 101 524 102 25
Binary 1011001 10010 101010 0 1010000 110101 1000001 101010100 1000010 10101

Color Harmonies of #59122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59122A

Black with #59122A

Text Example


Text Example

White with #59122A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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