Html Css Color HEX #591425 Bordeaux

📋 copy color: '#591425'

red 89 ◦ green 20 ◦ blue 37

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

Shades of Bordeaux #591425

Tints of Bordeaux #591425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 60.96%
G = 13.7%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#591425 (or 0x591425) is known color: Bordeaux. HEX triplet: 59, 14 and 25. RGB value is (89,20,37). Sum of RGB (Red+Green+Blue) = 89+20+37=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591425 is #A6EBDA. Grayscale: #2A2A2A. Windows color (decimal): -10939355 or 2430041. OLE color: 2430041.

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

Color convert

RGB 89 20 37 -
CMYK 0 0.78 0.58 0.65
HSL 345.22º 0.63% 0.21% -
HSV(B) 345.22º 0.78% 0.35% -
XYZ 4.7 2.76 2.03 -
YUV 42.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 89 20 37 0 0.78 0.58 0.65 345.22 0.63 0.21
Hex 59 14 25 0 4E 3A 41 159 3F 15
Octal 131 24 45 0 116 72 101 531 77 25
Binary 1011001 10100 100101 0 1001110 111010 1000001 101011001 111111 10101

Color Harmonies of #591425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591425

Black with #591425

Text Example


Text Example

White with #591425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591425; }

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

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

background-color css

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

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

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

border-color css

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

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

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