Html Css Color HEX #591228 Bordeaux

📋 copy color: '#591228'

red 89 ◦ green 18 ◦ blue 40

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

Shades of Bordeaux #591228

Tints of Bordeaux #591228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 60.54%
G = 12.24%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#591228 (or 0x591228) is known color: Bordeaux. HEX triplet: 59, 12 and 28. RGB value is (89,18,40). Sum of RGB (Red+Green+Blue) = 89+18+40=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #591228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591228 is #A6EDD7. Grayscale: #292929. Windows color (decimal): -10939864 or 2626137. OLE color: 2626137.

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

Color convert

RGB 89 18 40 -
CMYK 0 0.80 0.55 0.65
HSL 341.41º 0.66% 0.21% -
HSV(B) 341.41º 0.8% 0.35% -
XYZ 4.72 2.71 2.28 -
YUV 41.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 89 18 40 0 0.80 0.55 0.65 341.41 0.66 0.21
Hex 59 12 28 0 50 37 41 155 42 15
Octal 131 22 50 0 120 67 101 525 102 25
Binary 1011001 10010 101000 0 1010000 110111 1000001 101010101 1000010 10101

Color Harmonies of #591228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591228

Black with #591228

Text Example


Text Example

White with #591228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591228; }

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

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

background-color css

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

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

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

border-color css

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

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

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