Html Css Color HEX #591325 Bordeaux

📋 copy color: '#591325'

red 89 ◦ green 19 ◦ blue 37

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

Shades of Bordeaux #591325

Tints of Bordeaux #591325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

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

R = 61.38%
G = 13.1%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#591325 (or 0x591325) is known color: Bordeaux. HEX triplet: 59, 13 and 25. RGB value is (89,19,37). Sum of RGB (Red+Green+Blue) = 89+19+37=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591325 is #A6ECDA. Grayscale: #292929. Windows color (decimal): -10939611 or 2429785. OLE color: 2429785.

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

Color convert

RGB 89 19 37 -
CMYK 0 0.79 0.58 0.65
HSL 344.57º 0.65% 0.21% -
HSV(B) 344.57º 0.79% 0.35% -
XYZ 4.69 2.72 2.03 -
YUV 41.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 89 19 37 0 0.79 0.58 0.65 344.57 0.65 0.21
Hex 59 13 25 0 4F 3A 41 159 41 15
Octal 131 23 45 0 117 72 101 531 101 25
Binary 1011001 10011 100101 0 1001111 111010 1000001 101011001 1000001 10101

Color Harmonies of #591325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591325

Black with #591325

Text Example


Text Example

White with #591325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591325; }

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

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

background-color css

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

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

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

border-color css

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

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

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