Html Css Color HEX #591226 Bordeaux

📋 copy color: '#591226'

red 89 ◦ green 18 ◦ blue 38

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

Shades of Bordeaux #591226

Tints of Bordeaux #591226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 61.38%
G = 12.41%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#591226 (or 0x591226) is known color: Bordeaux. HEX triplet: 59, 12 and 26. RGB value is (89,18,38). Sum of RGB (Red+Green+Blue) = 89+18+38=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591226 is #A6EDD9. Grayscale: #292929. Windows color (decimal): -10939866 or 2495065. OLE color: 2495065.

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

Color convert

RGB 89 18 38 -
CMYK 0 0.80 0.57 0.65
HSL 343.1º 0.66% 0.21% -
HSV(B) 343.1º 0.8% 0.35% -
XYZ 4.69 2.7 2.11 -
YUV 41.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 89 18 38 0 0.80 0.57 0.65 343.1 0.66 0.21
Hex 59 12 26 0 50 39 41 157 42 15
Octal 131 22 46 0 120 71 101 527 102 25
Binary 1011001 10010 100110 0 1010000 111001 1000001 101010111 1000010 10101

Color Harmonies of #591226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591226

Black with #591226

Text Example


Text Example

White with #591226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591226; }

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

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

background-color css

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

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

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

border-color css

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

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

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