Html Css Color HEX #591B4A Loulou

📋 copy color: '#591B4A'

red 89 ◦ green 27 ◦ blue 74

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

Shades of Loulou #591B4A

Tints of Loulou #591B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.21%

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 46.84%
G = 14.21%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#591B4A (or 0x591B4A) is known color: Loulou. HEX triplet: 59, 1B and 4A. RGB value is (89,27,74). Sum of RGB (Red+Green+Blue) = 89+27+74=190 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.84% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 89 - color contains mainly: red. Hex color #591B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591B4A is #A6E4B5. Grayscale: #323232. Windows color (decimal): -10937526 or 4856665. OLE color: 4856665.

HSL color Cylindrical-coordinate representation of color #591B4A: hue angle of 314.52º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591B4A is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 27 74 -
CMYK 0 0.70 0.17 0.65
HSL 314.52º 0.53% 0.23% -
HSV(B) 314.52º 0.7% 0.35% -
XYZ 5.75 3.4 6.83 -
YUV 50.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 89 27 74 0 0.70 0.17 0.65 314.52 0.53 0.23
Hex 59 1B 4A 0 46 11 41 13B 35 17
Octal 131 33 112 0 106 21 101 473 65 27
Binary 1011001 11011 1001010 0 1000110 10001 1000001 100111011 110101 10111

Color Harmonies of #591B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B4A

Black with #591B4A

Text Example


Text Example

White with #591B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591B4A; }

 p { color: rgb(89,27,74); }

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

background-color css

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

 a { background-color: rgb(89,27,74); }

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

border-color css

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

 span { border-color: rgb(89,27,74); }

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