Html Css Color HEX #591224 Bordeaux

📋 copy color: '#591224'

red 89 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #591224

Tints of Bordeaux #591224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.17%

R = 62.24%
G = 12.59%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#591224 (or 0x591224) is known color: Bordeaux. HEX triplet: 59, 12 and 24. RGB value is (89,18,36). Sum of RGB (Red+Green+Blue) = 89+18+36=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #591224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591224 is #A6EDDB. Grayscale: #292929. Windows color (decimal): -10939868 or 2363993. OLE color: 2363993.

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

Color convert

RGB 89 18 36 -
CMYK 0 0.80 0.60 0.65
HSL 344.79º 0.66% 0.21% -
HSV(B) 344.79º 0.8% 0.35% -
XYZ 4.65 2.68 1.94 -
YUV 41.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 89 18 36 0 0.80 0.60 0.65 344.79 0.66 0.21
Hex 59 12 24 0 50 3C 41 159 42 15
Octal 131 22 44 0 120 74 101 531 102 25
Binary 1011001 10010 100100 0 1010000 111100 1000001 101011001 1000010 10101

Color Harmonies of #591224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591224

Black with #591224

Text Example


Text Example

White with #591224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591224; }

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

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

background-color css

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

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

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

border-color css

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

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

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