Html Css Color HEX #591625 Bordeaux

📋 copy color: '#591625'

red 89 ◦ green 22 ◦ blue 37

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

Shades of Bordeaux #591625

Tints of Bordeaux #591625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 60.14%
G = 14.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#591625 (or 0x591625) is known color: Bordeaux. HEX triplet: 59, 16 and 25. RGB value is (89,22,37). Sum of RGB (Red+Green+Blue) = 89+22+37=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591625 is #A6E9DA. Grayscale: #2B2B2B. Windows color (decimal): -10938843 or 2430553. OLE color: 2430553.

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

Color convert

RGB 89 22 37 -
CMYK 0 0.75 0.58 0.65
HSL 346.57º 0.6% 0.22% -
HSV(B) 346.57º 0.75% 0.35% -
XYZ 4.74 2.83 2.05 -
YUV 43.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 89 22 37 0 0.75 0.58 0.65 346.57 0.6 0.22
Hex 59 16 25 0 4B 3A 41 15B 3C 16
Octal 131 26 45 0 113 72 101 533 74 26
Binary 1011001 10110 100101 0 1001011 111010 1000001 101011011 111100 10110

Color Harmonies of #591625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591625

Black with #591625

Text Example


Text Example

White with #591625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591625; }

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

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

background-color css

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

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

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

border-color css

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

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

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