Html Css Color HEX #591024 Bordeaux

📋 copy color: '#591024'

red 89 ◦ green 16 ◦ blue 36

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

Shades of Bordeaux #591024

Tints of Bordeaux #591024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

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

R = 63.12%
G = 11.35%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#591024 (or 0x591024) is known color: Bordeaux. HEX triplet: 59, 10 and 24. RGB value is (89,16,36). Sum of RGB (Red+Green+Blue) = 89+16+36=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #591024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591024 is #A6EFDB. Grayscale: #282828. Windows color (decimal): -10940380 or 2363481. OLE color: 2363481.

HSL color Cylindrical-coordinate representation of color #591024: hue angle of 343.56º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591024 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 36 -
CMYK 0 0.82 0.60 0.65
HSL 343.56º 0.7% 0.21% -
HSV(B) 343.56º 0.82% 0.35% -
XYZ 4.62 2.62 1.93 -
YUV 40.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 89 16 36 0 0.82 0.60 0.65 343.56 0.7 0.21
Hex 59 10 24 0 52 3C 41 158 46 15
Octal 131 20 44 0 122 74 101 530 106 25
Binary 1011001 10000 100100 0 1010010 111100 1000001 101011000 1000110 10101

Color Harmonies of #591024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591024

Black with #591024

Text Example


Text Example

White with #591024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591024; }

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

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

background-color css

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

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

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

border-color css

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

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

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