Html Css Color HEX #59314E Loulou

📋 copy color: '#59314E'

red 89 ◦ green 49 ◦ blue 78

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

Shades of Loulou #59314E

Tints of Loulou #59314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 41.2%
G = 22.69%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59314E (or 0x59314E) is known color: Loulou. HEX triplet: 59, 31 and 4E. RGB value is (89,49,78). Sum of RGB (Red+Green+Blue) = 89+49+78=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #59314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59314E is #A6CEB1. Grayscale: #404040. Windows color (decimal): -10931890 or 5124441. OLE color: 5124441.

HSL color Cylindrical-coordinate representation of color #59314E: hue angle of 316.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59314E is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 78 -
CMYK 0 0.45 0.12 0.65
HSL 316.5º 0.29% 0.27% -
HSV(B) 316.5º 0.45% 0.35% -
XYZ 6.59 4.87 7.8 -
YUV 64.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 89 49 78 0 0.45 0.12 0.65 316.5 0.29 0.27
Hex 59 31 4E 0 2D C 41 13C 1D 1B
Octal 131 61 116 0 55 14 101 474 35 33
Binary 1011001 110001 1001110 0 101101 1100 1000001 100111100 11101 11011

Color Harmonies of #59314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59314E

Black with #59314E

Text Example


Text Example

White with #59314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59314E; }

 p { color: rgb(89,49,78); }

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

background-color css

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

 a { background-color: rgb(89,49,78); }

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

border-color css

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

 span { border-color: rgb(89,49,78); }

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