Html Css Color HEX #591527 Bordeaux

📋 copy color: '#591527'

red 89 ◦ green 21 ◦ blue 39

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

Shades of Bordeaux #591527

Tints of Bordeaux #591527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 59.73%
G = 14.09%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#591527 (or 0x591527) is known color: Bordeaux. HEX triplet: 59, 15 and 27. RGB value is (89,21,39). Sum of RGB (Red+Green+Blue) = 89+21+39=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #591527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591527 is #A6EAD8. Grayscale: #2B2B2B. Windows color (decimal): -10939097 or 2561369. OLE color: 2561369.

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

Color convert

RGB 89 21 39 -
CMYK 0 0.76 0.56 0.65
HSL 344.12º 0.62% 0.22% -
HSV(B) 344.12º 0.76% 0.35% -
XYZ 4.75 2.81 2.21 -
YUV 43.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 89 21 39 0 0.76 0.56 0.65 344.12 0.62 0.22
Hex 59 15 27 0 4C 38 41 158 3E 16
Octal 131 25 47 0 114 70 101 530 76 26
Binary 1011001 10101 100111 0 1001100 111000 1000001 101011000 111110 10110

Color Harmonies of #591527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591527

Black with #591527

Text Example


Text Example

White with #591527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591527; }

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

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

background-color css

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

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

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

border-color css

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

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

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