Html Css Color HEX #591427 Bordeaux

📋 copy color: '#591427'

red 89 ◦ green 20 ◦ blue 39

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

Shades of Bordeaux #591427

Tints of Bordeaux #591427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 60.14%
G = 13.51%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#591427 (or 0x591427) is known color: Bordeaux. HEX triplet: 59, 14 and 27. RGB value is (89,20,39). Sum of RGB (Red+Green+Blue) = 89+20+39=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591427 is #A6EBD8. Grayscale: #2A2A2A. Windows color (decimal): -10939353 or 2561113. OLE color: 2561113.

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

Color convert

RGB 89 20 39 -
CMYK 0 0.78 0.56 0.65
HSL 343.48º 0.63% 0.21% -
HSV(B) 343.48º 0.78% 0.35% -
XYZ 4.74 2.77 2.2 -
YUV 42.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 89 20 39 0 0.78 0.56 0.65 343.48 0.63 0.21
Hex 59 14 27 0 4E 38 41 157 3F 15
Octal 131 24 47 0 116 70 101 527 77 25
Binary 1011001 10100 100111 0 1001110 111000 1000001 101010111 111111 10101

Color Harmonies of #591427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591427

Black with #591427

Text Example


Text Example

White with #591427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591427; }

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

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

background-color css

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

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

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

border-color css

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

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

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