Html Css Color HEX #591225 Bordeaux

📋 copy color: '#591225'

red 89 ◦ green 18 ◦ blue 37

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

Shades of Bordeaux #591225

Tints of Bordeaux #591225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.69%

R = 61.81%
G = 12.5%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#591225 (or 0x591225) is known color: Bordeaux. HEX triplet: 59, 12 and 25. RGB value is (89,18,37). Sum of RGB (Red+Green+Blue) = 89+18+37=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591225 is #A6EDDA. Grayscale: #292929. Windows color (decimal): -10939867 or 2429529. OLE color: 2429529.

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

Color convert

RGB 89 18 37 -
CMYK 0 0.80 0.58 0.65
HSL 343.94º 0.66% 0.21% -
HSV(B) 343.94º 0.8% 0.35% -
XYZ 4.67 2.69 2.02 -
YUV 41.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 89 18 37 0 0.80 0.58 0.65 343.94 0.66 0.21
Hex 59 12 25 0 50 3A 41 158 42 15
Octal 131 22 45 0 120 72 101 530 102 25
Binary 1011001 10010 100101 0 1010000 111010 1000001 101011000 1000010 10101

Color Harmonies of #591225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591225

Black with #591225

Text Example


Text Example

White with #591225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591225; }

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

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

background-color css

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

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

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

border-color css

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

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

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